denoland / meet-me

A calendly clone in Deno and hosted on Deno Deploy
https://meet-me.deno.dev/
MIT License
250 stars 35 forks source link

chore: update tz db with alternatives #50

Closed satyarohith closed 2 years ago

satyarohith commented 2 years ago

Derived from https://github.com/rogierschouten/tzdata-generate/tree/master/dist/tzdata

lucacasonato commented 2 years ago

You can replace the entire timezone list with Intl.supportedValuesOf("timeZone").

usetheplatform 😁

lucacasonato commented 2 years ago

Oh wait, no support in V8 yet 🥲

kt3k commented 2 years ago

Oh wait, no support in V8 yet 🥲

V8 seems supporting it. Do you mean no support in safari?

kt3k commented 2 years ago

@satyarohith Thanks for the fix!