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 @@
Bugfix: consistently use local time for snapshots times
By default snapshots created with restic backup were set to local time,
but when the --time flag was used the provided timestamp was parsed as
UTC. With this change all snapshots times are set to local time.
https://github.com/restic/restic/pull/2095