Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-11-02 20:40:52 +01:00
parent c012fccd22
commit 20bcd281a3
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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