alttester / alttester/AltTester-Unity-SDK
Fix deprecation warnings in python bindings
Open
2.1.2
bug
- Dominant language
- C#
- Stars
- 121
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.