diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 04:14:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 04:14:16 +0000 |
commit | b43f26bbe8f09d0fce67d25549d04f7e19b589c1 (patch) | |
tree | ab094b8a15c212d15eee7a7c3e4760b12019151a /timezone | |
parent | 5a05b3676499a9cff845373803a953dde3ca3522 (diff) | |
download | glibc-b43f26bbe8f09d0fce67d25549d04f7e19b589c1.tar.gz |
Update.
* timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
case for new tzdata.
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/tst-timezone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/tst-timezone.c b/timezone/tst-timezone.c index 3268ad1379..5ccdb6b1bf 100644 --- a/timezone/tst-timezone.c +++ b/timezone/tst-timezone.c @@ -40,7 +40,7 @@ static const struct test_times tests[] = { "Europe/London", 1, 0, { "GMT", "BST" }}, { "Universal", 0, 0, {"UTC", "UTC" }}, { "Australia/Melbourne", 1, -36000, { "EST", "EST" }}, - { "America/Sao_Paulo", 1, 10800, {"EST", "EDT" }}, + { "America/Sao_Paulo", 1, 10800, {"BRT", "BRST" }}, { "America/Chicago", 1, 21600, {"CST", "CDT" }}, { "America/Indianapolis", 1, 18000, {"EST", "EDT" }}, { "America/Los_Angeles", 1, 28800, {"PST", "PDT" }}, |