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

Replace utcfromtimestamp by timestamp #1875

Closed
wants to merge 5 commits into from
Closed

Replace utcfromtimestamp by timestamp #1875

wants to merge 5 commits into from

Conversation

amanlai
Copy link
Contributor

@amanlai amanlai commented Mar 2, 2024

Closes #1801.

In Python 3.12, datetime.datetime.utcfromtimestamp(...) is deprecated. This commit replaces it by its pandas equivalent — pd.Timestamp(..., unit='s').

@ValueRaider
Copy link
Collaborator

You need to rebase to dev #1084

@amanlai amanlai closed this Mar 3, 2024
@amanlai amanlai deleted the replace-utcfromtimestamp-by-timestamp branch March 3, 2024 09:09
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