projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8491555
)
Problem with UTC0 is fixed.
author
drepper
<drepper>
Thu, 21 May 1998 15:55:24 +0000
(15:55 +0000)
committer
drepper
<drepper>
Thu, 21 May 1998 15:55:24 +0000
(15:55 +0000)
timezone/test-tz.c
patch
|
blob
|
history
diff --git
a/timezone/test-tz.c
b/timezone/test-tz.c
index
528aa6f
..
6a330a5
100644
(file)
--- 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}
};