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

Fix use of deprecated chrono function #625

Merged
merged 1 commit into from
May 21, 2024

Conversation

jeamland
Copy link
Contributor

This creates a DateTime<Utc> rather than a NaiveDateTime but it's what chrono recommends and, based on examining the usage of the object, doesn't change any outcomes.

Copy link
Contributor

@jeckersb jeckersb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

I have an identical change sitting in an unpublished branch along with some other clippy lint fixes, this will motivate me to rebase my changes on top of this and finally submit them 😄

@jeckersb jeckersb merged commit 0f538a8 into ostreedev:main May 21, 2024
10 checks passed
@jeamland jeamland deleted the jeamland/fix-deprecated-chrono branch May 22, 2024 00:14
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.

None yet

2 participants