From 2c9ec07d0bbb621ab23a59bdcd7a8fa53005408f Mon Sep 17 00:00:00 2001 From: plumbeo Date: Tue, 20 Nov 2018 22:18:12 +0100 Subject: [PATCH] Add changelog entry --- changelog/unreleased/pull-2095 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-2095 diff --git a/changelog/unreleased/pull-2095 b/changelog/unreleased/pull-2095 new file mode 100644 index 000000000..e19b1efb5 --- /dev/null +++ b/changelog/unreleased/pull-2095 @@ -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