diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-10 20:37:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-10 20:37:36 +0000 |
commit | 3e7dfc488c4ee2d247f224b9b069b76b09140b32 (patch) | |
tree | 785914bc37c3445d61da05247ad98123a5466401 /timezone | |
parent | 9e811b7f2adcbe858451c173321f7d5885fb8c3c (diff) | |
download | glibc-3e7dfc488c4ee2d247f224b9b069b76b09140b32.tar.gz glibc-3e7dfc488c4ee2d247f224b9b069b76b09140b32.tar.xz glibc-3e7dfc488c4ee2d247f224b9b069b76b09140b32.zip |
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.c | 2 |
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}, |