mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-8783 Updated tz related data to 2012b level
X-SVN-Rev: 31599
This commit is contained in:
parent
7e5ea3c2ed
commit
96f85348b2
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2000-2011, International Business Machines Corporation and *
|
||||
* Copyright (C) 2000-2012, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -107,7 +107,7 @@ public class TimeZoneTest extends TestFmwk
|
|||
public void TestShortZoneIDs() throws Exception {
|
||||
|
||||
ZoneDescriptor[] JDK_116_REFERENCE_LIST = {
|
||||
new ZoneDescriptor("MIT", -660, true), // updated to false when merging 2010j
|
||||
new ZoneDescriptor("MIT", 780, false), // Pacific/Apia +13:00 as of 2012b
|
||||
new ZoneDescriptor("HST", -600, false),
|
||||
new ZoneDescriptor("AST", -540, true),
|
||||
new ZoneDescriptor("PST", -480, true),
|
||||
|
@ -133,7 +133,7 @@ public class TimeZoneTest extends TestFmwk
|
|||
// This is a standard Unix zone, so don't remap it - Liu 3Jan01
|
||||
// new ZoneDescriptor("NET", 240, false);
|
||||
// As of bug 4191164, fix NET
|
||||
new ZoneDescriptor("NET", 240, true),
|
||||
new ZoneDescriptor("NET", 240, false), // Asia/Yerevan - no DST as of 2012b
|
||||
// PLT behaves differently under different JDKs, so we don't check it
|
||||
// new ZoneDescriptor("PLT", 300, false), // updated Oct 2003 aliu
|
||||
new ZoneDescriptor("IST", 330, false),
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb685decf2fc23072d1e14da657cda2dce196c0afd34c81908e8288fae1a859c
|
||||
size 5460576
|
||||
oid sha256:274a67cf194c7fa70e9034de8a5b8cccb2950733ffd3babac1d509d978d7c487
|
||||
size 5456211
|
||||
|
|
Loading…
Add table
Reference in a new issue