about summary refs log tree commit diff
path: root/timezone/test-tz.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-07 19:55:12 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-07 19:55:12 +0000
commit3aeb7ee14505a04ec9e8c98ba42e8829a25fa137 (patch)
treeda6daeac11fd703eb92ba39d2835d5f1ccfdca60 /timezone/test-tz.c
parent76b864c8e021f5dd4c912d2352267a0049f7699f (diff)
downloadglibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.tar.gz
glibc-3aeb7ee14505a04ec9e8c98ba42e8829a25fa137.tar.xz
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.c2
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},