AltTester-Unity-SDK icon indicating copy to clipboard operation
AltTester-Unity-SDK copied to clipboard

Fix deprecation warnings in python bindings

Open andreion1ca opened this issue 8 months ago • 0 comments

Currently, datetime.datetime.utcfromtimestamp() and datetime.datetime.utcnow() are deprecated and scheduled for removal in future versions. We should use timezone-aware objects to represent date-times in UTC.

Additional info

andreion1ca avatar Jun 18 '24 11:06 andreion1ca