2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 03:50:49 +00:00
restic/changelog/0.9.4_2019-01-06/pull-2070

8 lines
283 B
Plaintext
Raw Normal View History

2018-11-02 19:40:52 +00:00
Enhancement: Make all commands display timestamps in local time
Restic used to drop the timezone information from displayed timestamps, it now
converts timestamps to local time before printing them so the times can be
easily compared to.
https://github.com/restic/restic/pull/2070