Files
restic/changelog/unreleased/pull-5588
T
Michael Eischer 14276b1794 Polish changelogs
2026-05-14 23:05:13 +02:00

10 lines
411 B
Plaintext

Enhancement: Show timezone context in `snapshots` output
The `snapshots` command now prints which timezone is used for displayed
timestamps. Snapshots may have been created in different timezones but are
shown in the local timezone, so a footer line (for example, timestamps shown in
CET) clarifies the display context when comparing snapshots from several
sources.
https://github.com/restic/restic/pull/5588