From: Jim Meyering Date: Sun, 7 May 2000 21:02:56 +0000 (+0000) Subject: Use UTC0, not just UTC, required for alphaev56-dec-osf4.0f. X-Git-Tag: SH-UTILS-2_0h~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=03faf39b2206744815249c106c7abeba009e3cad;p=thirdparty%2Fcoreutils.git Use UTC0, not just UTC, required for alphaev56-dec-osf4.0f. --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index e655f02be2..8e05a8cacf 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -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; }