diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-21 15:55:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-21 15:55:44 +0000 |
commit | d5cd47bd3e1872f5749e838e094b8381a1f5e070 (patch) | |
tree | 10ec238cf1f46f6c1a854a5a9bcc204b5aad0f9e /timezone | |
parent | 23f0c99c0eb54cd481167d5927dafc1650bcbca1 (diff) |
Update.
1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
it.
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/test-tz.c | 3 |
1 files changed, 1 insertions, 2 deletions
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} }; |