]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use UTC0, not just UTC, required for alphaev56-dec-osf4.0f.
authorJim Meyering <jim@meyering.net>
Sun, 7 May 2000 21:02:56 +0000 (21:02 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 May 2000 21:02:56 +0000 (21:02 +0000)
tests/date/Test.pm

index e655f02be2abdd77bcc5b9b148998f7a87f18144..8e05a8cacf67b0b6fcc73a05636cd8cb05162cb7 100644 (file)
@@ -145,7 +145,7 @@ sub test_vector
 
   $Test::env{'date2sec-0'} = ['TZ=UTC+2'];
 
-  $Test::env{'rfc822-1'} = ['LC_ALL=de_DE TZ=UTC'];
+  $Test::env{'rfc822-1'} = ['LC_ALL=de_DE TZ=UTC0'];
 
   return @tv;
 }