mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-12 16:33:23 +00:00
ICU-2966 prefer America/New_York over EST ID
X-SVN-Rev: 12841
This commit is contained in:
parent
9f1c64cdee
commit
c76dd2efe5
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ TimeZoneBoundaryTest::findBoundariesStepwise(int32_t year, UDate interval, TimeZ
|
|||
void
|
||||
TimeZoneBoundaryTest::TestStepwise()
|
||||
{
|
||||
TimeZone *zone = TimeZone::createTimeZone("EST");
|
||||
TimeZone *zone = TimeZone::createTimeZone("America/New_York");
|
||||
findBoundariesStepwise(1997, ONE_DAY, zone, 2);
|
||||
delete zone;
|
||||
zone = TimeZone::createTimeZone("UTC"); // updated 12/3/99 aliu
|
||||
|
|
Loading…
Add table
Reference in a new issue