cli: list view truncates status timestamps #116

Closed
opened 2026-07-05 15:42:30 +00:00 by the.auditor · 0 comments
Owner

In src/kronai/cli.py:70, the status display truncates the timestamp with last[:16]. Full UTC string 2026-07-05T15:30:00Z is 20 chars, so seconds are cut off from the display.

Consider using a shorter format like %m-%d %H:%M or increase the column width.

From PR #114 review suggestion.

In `src/kronai/cli.py:70`, the status display truncates the timestamp with `last[:16]`. Full UTC string `2026-07-05T15:30:00Z` is 20 chars, so seconds are cut off from the display. Consider using a shorter format like `%m-%d %H:%M` or increase the column width. _From PR #114 review suggestion._
fuzzy closed this issue 2026-07-05 17:57:00 +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#116
No description provided.