mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8190258: (tz) Support tzdata2017c
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c Reviewed-by: naoto, martin
This commit is contained in:
parent
6a9a00c61c
commit
6c99853a4c
36 changed files with 838 additions and 535 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -349,7 +349,7 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
|
|||
{"Africa/Johannesburg", SAST},
|
||||
{"Africa/Juba", EAT},
|
||||
{"Africa/Kampala", EAT},
|
||||
{"Africa/Khartoum", EAT},
|
||||
{"Africa/Khartoum", CAT},
|
||||
{"Africa/Kigali", CAT},
|
||||
{"Africa/Kinshasa", WAT},
|
||||
{"Africa/Lagos", WAT},
|
||||
|
@ -374,7 +374,7 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
|
|||
{"Africa/Timbuktu", GMT},
|
||||
{"Africa/Tripoli", EET},
|
||||
{"Africa/Tunis", CET},
|
||||
{"Africa/Windhoek", WAT},
|
||||
{"Africa/Windhoek", CAT},
|
||||
{"America/Adak", HST},
|
||||
{"America/Anguilla", AST},
|
||||
{"America/Antigua", AST},
|
||||
|
@ -777,7 +777,6 @@ public final class TimeZoneNames extends TimeZoneNamesBundle {
|
|||
{"Brazil/West", AMT},
|
||||
{"Canada/Atlantic", AST},
|
||||
{"Canada/Central", CST},
|
||||
{"Canada/East-Saskatchewan", CST},
|
||||
{"Canada/Eastern", EST},
|
||||
{"Canada/Mountain", MST},
|
||||
{"Canada/Newfoundland", NST},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue