Skip to content

Solved Deprecation Issue #2

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

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

Neecrownsmith
Copy link
Contributor

Solved the issue of utcfromtimestamp deprecation. Using a more timezone aware object.

Reference can be found here: python/cpython#106392

Solved utcfromtimestamp deprecation by using timezone-aware objects to represent datetimes.

(datetime.datetime.fromtimestamp(timestamp, datetime.UTC)  

Reference: python/cpython#106392
version update from 1.0.1 to 1.0.2
@DavyJonesCodes
Copy link
Owner

Thank you for your help! I hope this library is meeting your requirements.

@DavyJonesCodes DavyJonesCodes merged commit 2e6ab30 into DavyJonesCodes:main Nov 22, 2024
@Neecrownsmith
Copy link
Contributor Author

Neecrownsmith commented Nov 22, 2024 via email

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