-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Custom Timezone: UTC (no DST) #1602
Comments
feature request is about adding UTC so people who want UTC can easily choose UTC instead of having to go through many hoops to find something that is similar to UTC
|
Note that having an extra selection for |
Yes but it's not as clear cut as "choose one and it is UTC". Scoresbysund (now known as Ittoqqortoormiit) is not UTC because it has DST (https://time.is/Ittoqqortoormiit) and UTC does not have DST. |
DST is not supported upstream. See https://day.js.org/docs/en/manipulate/utc-offset#docsNav Here is upstream: https://github.com/iamkun/dayjs/blob/dev/src/plugin/timezone/index.js |
🏷️ Feature Request Type
UI Feature
🔖 Feature description
A timezone that is based off of UTC+00:00 and does not use DST does not exist, and I think it should be added for convenience sake (for those who want to use UTC)
✔️ Solution
Add a custom timezone that is called UTC that is based off of UTC+00:00 and does not have DST.
❓ Alternatives
Using the Africa/Abidjan timezone (should be the equivalent)
📝 Additional Context
I personally prefer over having UTC and then doing my own timezone addition in my head, and do it that way pretty much for other things too (like my website).
I was looking for an option for UTC, but couldn't find one.
The text was updated successfully, but these errors were encountered: