Create changelog dir for 0.9.4

This commit is contained in:
Alexander Neumann
2019-01-06 21:33:09 +01:00
parent 3b0ad2e368
commit 77ab10d401
11 changed files with 0 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