2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-09-06 17:12:31 +02:00
restic/changelog/0.9.4_2019-01-06/pull-2070

8 lines
283 B
Text
Raw Normal View History

2018-11-02 20:40:52 +01: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