Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-48977: Use datetime.now instead of current_datetime #413

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

rra
Copy link
Member

@rra rra commented Feb 18, 2025

Replace calls to current_datetime(microseconds=True) with the more native Python library call datetime.now(tz=UTC), which didn't exist when the former was written.

Replace calls to `current_datetime(microseconds=True)` with the more
native Python library call `datetime.now(tz=UTC)`, which didn't exist
when the former was written.
@rra rra enabled auto-merge February 18, 2025 00:05
@rra rra merged commit 6cfe459 into main Feb 18, 2025
4 checks passed
@rra rra deleted the tickets/DM-48977 branch February 18, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant