-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone support #4
Comments
Isn't 'timezone' in the context of this repo ? "You dont need momentjs" not "You dont need momentjs and moment-timezone". |
Fortunately, moment-timezone did a really great job of supporting timezone on javascript. Unfortunately, it seems the only mature one in the market right now, and it requires moment.js. We will keep eyes on the timezone libs, and will update the docs once they are decent enough. |
I wan't talking about moment-timezone. Moments Is about the only exception I think (and a pretty big one if you need it) so it might be worth noting it in this repo. |
mentioned in new README |
You might mention that if you need to format dates for a timezone that's not that of the host then you can't use date-fns/native dates right now.
The text was updated successfully, but these errors were encountered: