engine: use UTC time for result timestamps #98

Closed
opened 2026-07-05 14:26:31 +00:00 by the.auditor · 0 comments
Owner

In src/kronai/engine.py:140, _write_result uses local time via time.strftime("%Y%m%dT%H%M%S"). Using UTC (time.gmtime) would produce reproducible timestamps across environments and avoid DST ambiguity.

From PR #93 review suggestion.

In `src/kronai/engine.py:140`, `_write_result` uses local time via `time.strftime("%Y%m%dT%H%M%S")`. Using UTC (`time.gmtime`) would produce reproducible timestamps across environments and avoid DST ambiguity. _From PR #93 review suggestion._
fuzzy closed this issue 2026-07-05 17:04:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#98
No description provided.