mirror of https://github.com/restic/restic.git
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
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
|