summaryrefslogtreecommitdiff
path: root/timezone
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-10 20:37:36 +0000
committerRoland McGrath <roland@gnu.org>2006-01-10 20:37:36 +0000
commit3e7dfc488c4ee2d247f224b9b069b76b09140b32 (patch)
tree785914bc37c3445d61da05247ad98123a5466401 /timezone
parent9e811b7f2adcbe858451c173321f7d5885fb8c3c (diff)
2006-01-10 Roland McGrath <roland@redhat.com>
* timezone/test-tz.c: Revert last change, updating to match tzdata2005r definition of "MST".
Diffstat (limited to 'timezone')
-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 55613654c7..642b45a0ed 100644
--- a/timezone/test-tz.c
+++ b/timezone/test-tz.c
@@ -7,7 +7,7 @@ struct {
const char * env;
time_t expected;
} tests[] = {
- {"MST", 832910115},
+ {"MST", 832935315},
{"", 832910115},
{":UTC", 832910115},
{"UTC", 832910115},