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 deprecated use of DateTime::from_utc() #55

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

Leulz
Copy link
Contributor

@Leulz Leulz commented Sep 27, 2023

DateTime::from_utc() has been deprecated since chrono@0.4.27. The deprecation note states: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead.

@fdeantoni fdeantoni merged commit 7e394a2 into fdeantoni:master Sep 30, 2023
3 of 6 checks passed
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.

2 participants