From c76dd2efe590c117b9314e69b70a290bee2a69d7 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Fri, 15 Aug 2003 18:25:05 +0000 Subject: [PATCH] ICU-2966 prefer America/New_York over EST ID X-SVN-Rev: 12841 --- icu4c/source/test/intltest/tzbdtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/tzbdtest.cpp b/icu4c/source/test/intltest/tzbdtest.cpp index 3e5c281d52f..34b445626bc 100644 --- a/icu4c/source/test/intltest/tzbdtest.cpp +++ b/icu4c/source/test/intltest/tzbdtest.cpp @@ -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