1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

convert the backup increment time to the local timezone, fixes #700

Duplicity gives times in UTC. We were assuming times were in local time.
This commit is contained in:
Joshua Tauberer
2016-02-05 08:46:21 -05:00
parent f5c376dca8
commit 178527dab1
3 changed files with 4 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ In Development
* Roundcube updated to version 1.1.4.
* On multi-homed machines, Postfix now binds to the right network interface when sending outbound mail so that SPF checks on the receiving end will pass.
* Backup times were displayed with the wrong time zone.
v0.16 (January 30, 2016)
------------------------