1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
	case for new tzdata.
This commit is contained in:
Ulrich Drepper
1999-08-18 04:14:16 +00:00
parent 5a05b36764
commit b43f26bbe8
2 changed files with 4 additions and 1 deletions

View 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" }},