about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--timezone/test-tz.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f41bfafa2e..803a08fdfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
+	it.
+
 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
 
 	* wcsmbs/wcsnrtombs.c: Correct computation of result.
diff --git a/timezone/test-tz.c b/timezone/test-tz.c
index 528aa6f7ab..6a330a5021 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}
 };