mirror of
https://github.com/restic/restic.git
synced 2026-05-16 07:05:24 +00:00
10 lines
411 B
Plaintext
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
|