mirror of
https://github.com/restic/restic.git
synced 2026-09-20 19:18:31 +00:00
Merge pull request #5588 from seqizz/g_timezoneshow
snapshots: Show timezone in non-compact output
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Enhancement: Display timezone information in snapshots output
|
||||
|
||||
The `snapshots` command now displays which timezone is being used to show
|
||||
timestamps. Since snapshots can be created in different timezones but are
|
||||
always displayed in the local timezone, a footer line is now shown indicating
|
||||
the timezone used for display (e.g., "Timestamps shown in CET timezone").
|
||||
This helps prevent confusion when comparing snapshots in a multi-user
|
||||
environment.
|
||||
|
||||
https://github.com/restic/restic/pull/5588
|
||||
Reference in New Issue
Block a user