From 9370e7d2a8d2af41ef36a29637750c65ab65d53e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 11 Mar 2000 16:17:25 +0000 Subject: [PATCH] Set the default TZ value to UTC0, not UTC. The latter didn't have any effect on alphaev56-dec-osf4.0f. --- tests/date/Test.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/date/Test.pm b/tests/date/Test.pm index a910dcfc5a..8d8375ace2 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -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 { -- 2.47.3