fix(cli): display timestamps in local time instead of UTC#2107
Open
benoitf wants to merge 1 commit into
Open
Conversation
Closes NVIDIA#2106 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--output json)Related Issue
Closes #2106
Changes
crates/openshell-cli/src/run.rs: Replaceformat_epoch_msmanual UTC arithmetic withchrono::LocalforYYYY-MM-DD HH:MM:SSlocal-time display. Addformat_epoch_ms_iso8601for JSON output (2026-07-01T16:56:41+02:00). Replaceformat_timestamp_ms(audit log) similarly. Removecivil_from_dayshelper. Update JSON call sites insandbox_to_jsonandprovider_to_jsonto use ISO 8601.crates/openshell-tui/src/lib.rs: Replaceformat_timestampwithchrono::Local. Removedays_to_ymdhelper.format_age(relative time) is unchanged — it was already correct.crates/openshell-tui/Cargo.toml: Addchrono = "0.4"dependency.Testing
mise run pre-commitpasses (markdown lint failures are pre-existing untracked files)openshell sandbox list— CREATED column matches local clockopenshell sandbox list --output json—created_atuses ISO 8601 with offsetChecklist