diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-07 19:55:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-07 19:55:12 +0000 |
commit | 3aeb7ee14505a04ec9e8c98ba42e8829a25fa137 (patch) | |
tree | da6daeac11fd703eb92ba39d2835d5f1ccfdca60 /timezone/test-tz.c | |
parent | 76b864c8e021f5dd4c912d2352267a0049f7699f (diff) | |
download | glibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.tar glibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.tar.gz glibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.tar.bz2 glibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.zip |
* timezone/test-tz.c: Update to match tzdata2005m.
* timezone/tst-timezone.c: Likewise.
Diffstat (limited to 'timezone/test-tz.c')
-rw-r--r-- | timezone/test-tz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/test-tz.c b/timezone/test-tz.c index 642b45a0ed..55613654c7 100644 --- a/timezone/test-tz.c +++ b/timezone/test-tz.c @@ -7,7 +7,7 @@ struct { const char * env; time_t expected; } tests[] = { - {"MST", 832935315}, + {"MST", 832910115}, {"", 832910115}, {":UTC", 832910115}, {"UTC", 832910115}, |