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