Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@maxrimue maxrimue released this 27 Apr 15:18
· 3 commits to master since this release
  • breaking: change the structure of timezones

Each timezone now comes with an offset and a name key respectively:

const timezones = {
  pt: {
    offset: -8,
    name: "Pacific Time"
  }
}
  • add a plethora of timezones (check them out here)

v2.0.1...v3.0.0