]> arthur.barton.de Git - bup.git/commitdiff
US/Central is not a common timezone, use America/Chicago
authorBrandon Smith <freedom@reardencode.com>
Fri, 30 May 2014 21:34:56 +0000 (14:34 -0700)
committerRob Browning <rlb@defaultvalue.org>
Sat, 31 May 2014 00:48:52 +0000 (19:48 -0500)
Signed-off-by: Brandon Smith <freedom@reardencode.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/test-ls.sh

index 0740d1accae87d252ba9613bc55eec9c20098a23..f1eed83279b14768b4d5606cd627174afc776891 100755 (executable)
@@ -202,7 +202,7 @@ l--------- ?/?"
 
 
 WVSTART "ls (dates TZ != UTC)"
-export TZ=US/Central
+export TZ=America/Chicago
 symlink_date_central="$(bup ls -l src/latest"$tmpdir"/src | grep symlink)"
 symlink_date_central="$(echo "$symlink_date_central" \
   | perl -ne 'm/.*? (\d+) (\d\d\d\d-\d\d-\d\d \d\d:\d\d)/ and print $2')"