bundles/backup-client: show timezone in backup check

This commit is contained in:
Franzi 2022-01-05 22:56:00 +01:00
parent 5acfd4e657
commit c535ce24a4
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
))