Skip to content
#

reading

Here are 505 public repositories matching this topic...

MaybeThisIsRu
MaybeThisIsRu commented Mar 16, 2022

Is your feature request related to a problem? Please describe.
I signed up and saw you can set a timezone. It was set to UTC by default.

Describe the solution you'd like
JavaScript has an Internationalization API that returns timezones. At attempt should be made to pre-set this for less friction.

const x = new Intl.DateTimeFormat()
x.resolvedOptions().timeZone
// => "Asia/Ko
book-project

Improve this page

Add a description, image, and links to the reading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."

Learn more