Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Unit test not running on java 8 due to missing timezones #617 #618

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ public static Map<String, String> createOlsonTimeZoneToMsMap() {
map.put("Etc/Zulu", "UTC");
map.put("Europe/Amsterdam", "W. Europe Standard Time");
map.put("Europe/Andorra", "W. Europe Standard Time");
map.put("Europe/Astrakhan", "Astrakhan Standard Time");
map.put("Europe/Athens", "GTB Standard Time");
map.put("Europe/Belfast", "GMT Standard Time");
map.put("Europe/Belgrade", "Central Europe Standard Time");
Expand All @@ -485,6 +486,7 @@ public static Map<String, String> createOlsonTimeZoneToMsMap() {
map.put("Europe/Jersey", "GMT Standard Time");
map.put("Europe/Kaliningrad", "Kaliningrad Standard Time");
map.put("Europe/Kiev", "FLE Standard Time");
map.put("Europe/Kirov", "Russian Standard Time");
map.put("Europe/Lisbon", "GMT Standard Time");
map.put("Europe/Ljubljana", "Central Europe Standard Time");
map.put("Europe/London", "GMT Standard Time");
Expand Down Expand Up @@ -512,6 +514,7 @@ public static Map<String, String> createOlsonTimeZoneToMsMap() {
map.put("Europe/Tallinn", "FLE Standard Time");
map.put("Europe/Tirane", "Central Europe Standard Time");
map.put("Europe/Tiraspol", "GTB Standard Time");
map.put("Europe/Ulyanovsk", "Astrakhan Standard Time");
map.put("Europe/Uzhgorod", "FLE Standard Time");
map.put("Europe/Vaduz", "W. Europe Standard Time");
map.put("Europe/Vatican", "W. Europe Standard Time");
Expand Down