Opened 3 months ago
Closed 2 months ago
#7 closed defect (fixed)
datetime UTC Class cannot be used because of the older python version on target system
| Reported by: | frankl | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
There is only Python 3.10.2 available on target system. Datetime UTC funtionality is supported only via datetime.utcnow(). This needs to be modified in all .py-files of the project.
Note:
See TracTickets
for help on using tickets.

I removed the new syntax for now to be compatible with python 3.10