bundles/backup-client: show timezone in backup check
This commit is contained in:
parent
5acfd4e657
commit
c535ce24a4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ try:
|
|||
last_snap = sorted(snaps)[-1]
|
||||
delta = NOW - last_snap
|
||||
|
||||
print('Last backup was on {}'.format(
|
||||
print('Last backup was on {} UTC'.format(
|
||||
datetime.fromtimestamp(last_snap).strftime('%Y-%m-%d %H:%M:%S'),
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in a new issue