Skip to content

Commit

Permalink
test: update according to tzdata of moment-timezone 0.2.0
Browse files Browse the repository at this point in the history
some tz ids were expected but not returned
  • Loading branch information
Serrulien committed Apr 6, 2021
1 parent c33f428 commit c9b186e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function newYear2000UTC1(): DataCtx {
"Africa/Porto-Novo", // WAT
"Africa/Tunis", // EU
"Arctic/Longyearbyen", // EU
// "Atlantic/Jan_Mayen", // EU
"Atlantic/Jan_Mayen", // EU
"CET", // EU
"Etc/GMT-1", // none
"Europe/Amsterdam", // EU
Expand All @@ -48,29 +48,29 @@ export function newYear2000UTC1(): DataCtx {
"Europe/Busingen", // EU
"Europe/Copenhagen", // EU
"Europe/Gibraltar", // EU
// "Europe/Ljubljana", // EU
"Europe/Ljubljana", // EU
"Europe/Luxembourg", // EU
"Europe/Madrid", // EU
"Europe/Malta", // EU
"Europe/Monaco", // EU
// "Europe/Oslo", // EU
"Europe/Oslo", // EU
"Europe/Paris", // EU
// "Europe/Podgorica", // EU
// "Europe/Prague", // EU
"Europe/Podgorica", // EU
"Europe/Prague", // EU
"Europe/Rome", // EU
// "Europe/San_Marino", // EU
// "Europe/Sarajevo", // EU
// "Europe/Skopje", // EU
"Europe/San_Marino", // EU
"Europe/Sarajevo", // EU
"Europe/Skopje", // EU
"Europe/Stockholm", // EU
"Europe/Tirane", // EU
// "Europe/Vaduz", // EU
// "Europe/Vatican", // EU
"Europe/Vaduz", // EU
"Europe/Vatican", // EU
"Europe/Vienna", // EU
"Europe/Warsaw", // EU
// "Europe/Zagreb", // EU
// "Europe/Zurich", // EU
"Europe/Zagreb", // EU
"Europe/Zurich", // EU
"MET", // none
// "Poland", // EU
"Poland", // EU
];
return { date, timezones, localtime, timestamp, isoString };
}

0 comments on commit c9b186e

Please sign in to comment.