We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add the local timezone and its offset where we display dates:
Ie: ...9:00 pm KST(UTC+9)
...9:00 pm KST(UTC+9)
Locations:
I don't think we need it on the button in the calendar view.
Notes:
CST
CDT
The text was updated successfully, but these errors were encountered:
It doesn't appear like we can consistently support adding the local timezone KST.
KST
It was removed from moment.js and we need the timezone (America/Los_Angeles) to run abbreviations with moment timezone
moment.js
America/Los_Angeles
Sorry, something went wrong.
@tellyworth @ryelle @dd32
Does this work?
@StevenDufresne That looks good to me within the limitations of JS timezone support.
No branches or pull requests
We should add the local timezone and its offset where we display dates:
Ie:
...9:00 pm KST(UTC+9)
Locations:
I don't think we need it on the button in the calendar view.
Notes:
CST
andCDT
The text was updated successfully, but these errors were encountered: