mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10434 tzdata2013i to ICU4J
X-SVN-Rev: 34829
This commit is contained in:
parent
c3711bd5bf
commit
d6d57e4461
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73f64fdcce5632f238ef2f48a18dc8ce92ae9498b8f9af67c618d9302f24b034
|
||||
size 97708
|
||||
oid sha256:19cc70f636c04ef9a4550063aa4d5ede9f54339e15141ce369c0979d0a376d46
|
||||
size 90801
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2000-2013, International Business Machines Corporation and *
|
||||
* Copyright (C) 2000-2014, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -1798,7 +1798,8 @@ public class TimeZoneTest extends TestFmwk
|
|||
{"Europe/Helsinki", "FI"},
|
||||
{"Europe/Mariehamn", "AX"}, // Link Europe/Helsinki, but in zone.tab
|
||||
{"Asia/Riyadh", "SA"},
|
||||
{"Asia/Riyadh87", "001"}, // this should be "SA" actually, but not in zone.tab
|
||||
// tz file solar87 was removed from tzdata2013i
|
||||
// {"Asia/Riyadh87", "001"}, // this should be "SA" actually, but not in zone.tab
|
||||
{"Etc/Unknown", null}, // CLDR canonical, but not a sysmte zone ID
|
||||
{"bogus", null}, // bogus
|
||||
{"GMT+08:00", null}, // a custom ID, not a system zone ID
|
||||
|
|
Loading…
Add table
Reference in a new issue