mirror of
https://github.com/restic/restic.git
synced 2026-06-21 16:14:18 +00:00
9 lines
407 B
Plaintext
9 lines
407 B
Plaintext
Bugfix: Show timezone location in `snapshots` output
|
|
|
|
Since restic 0.19.0, the `snapshots` command printed the current timezone when
|
|
listing snapshots. However, the timezone can change during the year, for example,
|
|
due to daylight saving time. Instead just print the name of the current location.
|
|
|
|
https://github.com/restic/restic/pull/21876
|
|
https://forum.restic.net/t/possible-bug-in-timezone-naming/10867
|