Skip to content

Conversation

@winniehell
Copy link

@winniehell winniehell commented Aug 27, 2025

What does this PR do?

replace datetime.datetime.utcnow() with datetime.datetime.now(datetime.timezone.utc) to resolve deprecation warnings

see warning in Python documentation: https://docs.python.org/3.8/library/datetime.html#datetime.datetime.utcnow

@winniehell winniehell marked this pull request as ready for review August 27, 2025 10:09
@winniehell winniehell force-pushed the winniehell-replace-utcnow branch from 771e4f4 to e3258b0 Compare August 27, 2025 10:28
@winniehell
Copy link
Author

@willingc do you have time to take a look at this tiny change? it would safe us a few deprecation warnings in our logs 🙂

@winniehell
Copy link
Author

@MSeal do you have time to take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant