X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=blobdiff_plain;f=sitarba;h=ecf6f5f0b83adffe607c64a875d850b6ded5bc6d;hp=c8f18e5dc58a198c3cc9844c303c7e1a5c870727;hb=refs%2Ftags%2Fv2.1;hpb=6f010747e7b87c12af58b2b1254854e20217c037 diff --git a/sitarba b/sitarba index c8f18e5..ecf6f5f 100755 --- a/sitarba +++ b/sitarba @@ -143,7 +143,7 @@ class Backup: agestr = "(%s h)" % int(total_hours) else: agestr = "(%s d)" % age.days - return "%16s %7s %10s %4s" % ( + return "%16s %9s %10s %4s" % ( self.date.strftime("%Y-%m-%d %H:%M"), agestr, self.epoch, self.mode)