balena-sdk-python icon indicating copy to clipboard operation
balena-sdk-python copied to clipboard

datetime.datetime.utcnow() is deprecated

Open violuke opened this issue 1 year ago • 0 comments

DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.

Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC)

violuke avatar Dec 17 '24 14:12 violuke