1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
	it.
This commit is contained in:
Ulrich Drepper 1998-05-21 15:55:44 +00:00
parent 23f0c99c0e
commit d5cd47bd3e
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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}
};