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-48838: Use current_datetime in fewer places #379

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

rra
Copy link
Member

@rra rra commented Feb 11, 2025

Replace calls to current_datetime(microseconds=True) with the standard datetime.now(tz=UTC), which was added in 3.11 and is shorter and more familiar.

Replace calls to `current_datetime(microseconds=True)` with the
standard `datetime.now(tz=UTC)`, which was added in 3.11 and is
shorter and more familiar.
@rra rra merged commit 3a692fe into main Feb 11, 2025
7 checks passed
@rra rra deleted the tickets/DM-48838a branch February 11, 2025 22:55
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