diff options
Diffstat (limited to 'timezone/test-tz.c')
-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} }; |