From 20bcd281a303952be410f248f6d679dc783eb3e9 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 2 Nov 2018 20:40:52 +0100 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/pull-2070 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-2070 diff --git a/changelog/unreleased/pull-2070 b/changelog/unreleased/pull-2070 new file mode 100644 index 000000000..30bd0fdd9 --- /dev/null +++ b/changelog/unreleased/pull-2070 @@ -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