]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Set the default TZ value to UTC0, not UTC.
authorJim Meyering <jim@meyering.net>
Sat, 11 Mar 2000 16:17:25 +0000 (16:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Mar 2000 16:17:25 +0000 (16:17 +0000)
The latter didn't have any effect on alphaev56-dec-osf4.0f.

tests/date/Test.pm

index a910dcfc5a5dafde4bd0fa9117b4329d9ba843fa..8d8375ace23b1f869a428a62e42122b913d69b70 100644 (file)
@@ -5,8 +5,8 @@ use strict;
 
 # For each test...
 # Export LANG=C so that the locale-dependent strings match.
-# Export TZ=UTC so that zone-dependent strings match.
-$Test::env_default = ['LANG=C TZ=UTC'];
+# Export TZ=UTC0 so that zone-dependent strings match.
+$Test::env_default = ['LANG=C TZ=UTC0'];
 
 sub test_vector
 {