snapshots: Show timezone in non-compact output

This commit is contained in:
Gürkan
2025-11-06 14:20:37 +01:00
parent 71432c7f4b
commit dc4e9b31f6
2 changed files with 20 additions and 1 deletions

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