-
Notifications
You must be signed in to change notification settings - Fork 6
Eliminate naive utcnow usage #389
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
Labels
Comments
soxofaan
added a commit
that referenced
this issue
Apr 4, 2025
and port some ad-hoc time patching with time_machine
soxofaan
added a commit
that referenced
this issue
Apr 4, 2025
and port some ad-hoc time patching to time_machine
soxofaan
added a commit
that referenced
this issue
Apr 4, 2025
Closed
Closed
soxofaan
added a commit
that referenced
this issue
Apr 8, 2025
and port some ad-hoc time patching to time_machine
soxofaan
added a commit
that referenced
this issue
Apr 23, 2025
soxofaan
added a commit
to Open-EO/openeo-geopyspark-driver
that referenced
this issue
Apr 23, 2025
and get rid of old time mocking hacks see Open-EO/openeo-python-driver#389
soxofaan
added a commit
to Open-EO/openeo-geopyspark-driver
that referenced
this issue
Apr 23, 2025
and get rid of old time mocking hacks see Open-EO/openeo-python-driver#389
soxofaan
added a commit
to Open-EO/openeo-geopyspark-driver
that referenced
this issue
Apr 23, 2025
and get rid of old time mocking hacks see Open-EO/openeo-python-driver#389
done in openeo-python-driver and openeo-geopyspark-driver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
datetime.datetime.utcnow()
is deprecated (improper usage possibly leads to timezone bugs) but we still seem to use it in both openeo-python-driver and openeo-geopyspark-driver.The text was updated successfully, but these errors were encountered: