Skip to content

Sets datetime format to rfc3339 subset of iso8601

Johan Bjäreholt requested to merge johan-bjareholt/workflow:rfc3339-fix into master
  • Using rfc3339 fixes compatibility with aw-server-rust
  • Renamed time.py to timeutils.py to avoid confusion with the built-in python module also named time
  • Removed TimeUtil class as it served no purpose anymore
  • Print callstack rather than just error message in exception handling
Edited by Johan Bjäreholt

Merge request reports