]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(tests): Update America/Sao_Paulo test case for new tzdata.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 06:34:34 +0000 (06:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 06:34:34 +0000 (06:34 +0000)
timezone/tst-timezone.c

index 3268ad1379cdb3c2801a6f54931bed462abb9ed5..5ccdb6b1bfef50279034309e5bed7f1fe48c7112 100644 (file)
@@ -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" }},