Skip to content

Commit

Permalink
feat(timezones): Update UTC time zone object (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Ciesinski <[email protected]>
  • Loading branch information
mciesin and Maciej Ciesinski authored Oct 3, 2022
1 parent c6aa02d commit 9cf96cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/getTimeZones.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ function compareStrings(x, y) {
}

const utcTimezone = {
name: "UTC",
name: "Etc/UTC",
alternativeName: "Coordinated Universal Time (UTC)",
abbreviation: "UTC",
group: ["UTC"],
group: ["Etc/UTC", "Etc/UCT", "UCT", "UTC", "Universal", "Zulu"],
countryName: "",
continentCode: "",
continentName: "",
Expand Down

0 comments on commit 9cf96cf

Please sign in to comment.