Skip to content

Instantly share code, notes, and snippets.

View physio's full-sized avatar
😋

Gallo Mauro physio

😋
  • Avanade
  • Verona, Italy
View GitHub Profile
@themeteorchef
themeteorchef / timezones.js
Last active September 12, 2024 13:11
Array of timezones as objects, sorted by offset and name.
[
  {
    "offset": "GMT-12:00",
    "name": "Etc/GMT-12"
  },
  {
    "offset": "GMT-11:00",
    "name": "Etc/GMT-11"
  },
  {