From: Ulrich Drepper Date: Thu, 21 May 1998 15:55:44 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-ud-2_0_94~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5cd47bd3e1872f5749e838e094b8381a1f5e070;p=thirdparty%2Fglibc.git Update. 1998-05-21 Andreas Jaeger * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable it. --- diff --git a/ChangeLog b/ChangeLog index f41bfafa2ea..803a08fdfaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-05-21 Andreas Jaeger + + * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable + it. + 1998-05-21 15:27 Ulrich Drepper * wcsmbs/wcsnrtombs.c: Correct computation of result. diff --git a/timezone/test-tz.c b/timezone/test-tz.c index 528aa6f7abd..6a330a50212 100644 --- a/timezone/test-tz.c +++ b/timezone/test-tz.c @@ -11,8 +11,7 @@ struct { {"TZ=", 832910115}, {"TZ=:UTC", 832910115}, {"TZ=UTC", 832910115}, - /* PROBLEM ahead. I fear the tzset code is somehow broken. */ - /* {"TZ=UTC0", 832910115}*/ + {"TZ=UTC0", 832910115} };