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

Deprecation warnings in MPLPlotter/common.py #1082

Open
jameswilburlewis opened this issue Feb 1, 2025 · 0 comments
Open

Deprecation warnings in MPLPlotter/common.py #1082

jameswilburlewis opened this issue Feb 1, 2025 · 0 comments
Labels
deprecated pytplot Issues involving the pytplot package refactoring

Comments

@jameswilburlewis
Copy link
Contributor

31-Jan-25 03:38:26: /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/pytplot/MPLPlotter/common.py:83: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  x_range_start = datetime.utcfromtimestamp(x_range_start)

31-Jan-25 03:38:26: /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/pytplot/MPLPlotter/common.py:89: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  x_range_stop = datetime.utcfromtimestamp(x_range_stop)

@jameswilburlewis jameswilburlewis added deprecated pytplot Issues involving the pytplot package refactoring labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated pytplot Issues involving the pytplot package refactoring
Projects
None yet
Development

No branches or pull requests

1 participant