mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-10898 Updated tzdbNames.res based on tzdata2014f.
X-SVN-Rev: 36145
This commit is contained in:
parent
37d4e68cd4
commit
ecf1e2f627
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d46efbf5fced8f73fd8e352902259aa0ba4c89fdf9fcbee24862044a09c56b8
|
||||
size 10505785
|
||||
oid sha256:01b1bf99d68a3849729b5af75db65bec86496bb43d46f54f6561d63a714de9c1
|
||||
size 10505773
|
||||
|
|
|
@ -601,8 +601,8 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
|
|||
{"CST", 0, "zh_CN", Style.SPECIFIC_SHORT,
|
||||
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD},
|
||||
|
||||
{"EST", 0, "en_AU", Style.SPECIFIC_SHORT,
|
||||
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 3, TimeType.UNKNOWN},
|
||||
{"AEST", 0, "en_AU", Style.SPECIFIC_SHORT,
|
||||
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD},
|
||||
|
||||
{"AST", 0, "ar_SA", Style.SPECIFIC_SHORT,
|
||||
EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD},
|
||||
|
@ -947,7 +947,7 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
|
|||
"Australia/Sydney",
|
||||
dateJan,
|
||||
Style.SPECIFIC_SHORT,
|
||||
"EST",
|
||||
"AEDT",
|
||||
TimeType.DAYLIGHT
|
||||
},
|
||||
{
|
||||
|
@ -955,7 +955,7 @@ public class TimeZoneFormatTest extends com.ibm.icu.dev.test.TestFmwk {
|
|||
"Australia/Sydney",
|
||||
dateJul,
|
||||
Style.SPECIFIC_SHORT,
|
||||
"EST",
|
||||
"AEST",
|
||||
TimeType.STANDARD
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue