AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
Fix deprecation warnings in python bindings
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.