summaryrefslogtreecommitdiffstats
path: root/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2016-02-24 14:55:45 +0000
committerThe Android Automerger <android-build@google.com>2016-02-26 16:55:52 -0800
commita8a9e458b9e9a4fdc236e167c6c26d9b70e3da65 (patch)
tree2c6f0cd754e4a0f9b49995652f83a6cd89bf4874 /icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
parente1bffda5827e7577ec0e9abf300eb8902bcfb222 (diff)
downloadandroid_external_icu-a8a9e458b9e9a4fdc236e167c6c26d9b70e3da65.tar.gz
android_external_icu-a8a9e458b9e9a4fdc236e167c6c26d9b70e3da65.tar.bz2
android_external_icu-a8a9e458b9e9a4fdc236e167c6c26d9b70e3da65.zip
Update timezone data to 2016a
Changes affecting future time stamps America/Cayman will not observe daylight saving this year after all. Revert our guess that it would. (Thanks to Matt Johnson.) Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev.) Asia/Tehran now has DST predictions for the year 2038 and later, to be March 21 00:00 to September 21 00:00. This is likely better than predicting no DST, albeit off by a day every now and then. Changes affecting past and future time stamps America/Metlakatla switched from PST all year to AKST/AKDT on 2015-11-01 at 02:00. (Thanks to Steffen Thorsen.) America/Santa_Isabel has been removed, and replaced with a backward compatibility link to America/Tijuana. Its contents were apparently based on a misreading of Mexican legislation. Changes affecting past time stamps Asia/Karachi's two transition times in 2002 were off by a minute. (Thanks to Matt Johnson.) Contains ICU fixes from: http://bugs.icu-project.org/trac/changeset/38223 http://bugs.icu-project.org/trac/changeset/38222 Bug: 26833368 Change-Id: I1bf0e2a74e8fbafd0aa583492f37824b996ca1ad
Diffstat (limited to 'icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java')
-rw-r--r--icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
index ee9d5e7e8..abbd06349 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
@@ -1,6 +1,6 @@
/**
*******************************************************************************
- * Copyright (C) 2000-2015, International Business Machines Corporation and *
+ * Copyright (C) 2000-2016, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@@ -1520,6 +1520,7 @@ public class TimeZoneTest extends TestFmwk
{"America/Marigot", "America/Port_of_Spain"},
{"America/Montserrat", "America/Port_of_Spain"},
{"America/Panama", "America/Cayman"},
+ {"America/Santa_Isabel", "America/Tijuana"},
{"America/Shiprock", "America/Denver"},
{"America/St_Barthelemy", "America/Port_of_Spain"},
{"America/St_Kitts", "America/Port_of_Spain"},