Merge pull request #5588 from seqizz/g_timezoneshow

snapshots: Show timezone in non-compact output
This commit is contained in:
Michael Eischer
2025-11-19 22:06:37 +01:00
committed by GitHub
2 changed files with 20 additions and 1 deletions
+10
View File
@@ -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