-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
advancedFormat
's z
outputs offset instead of abbreviated offset name for Central European Standard Time
#1713
Comments
advancedFormat
not showingadvancedFormat
's z
outputs offset instead of abbreviated timezone name
advancedFormat
's z
outputs offset instead of abbreviated timezone nameadvancedFormat
's z
outputs offset instead of abbreviated offset name
advancedFormat
's z
outputs offset instead of abbreviated offset nameadvancedFormat
's z
outputs offset instead of abbreviated offset name for Central European Standard Time
I am facing the same issue |
I am facing the same issue |
I am facing the same issue. Any idea when this would be fixed or at least have the docs updated? Thanks. cc// @iamkun |
I know this is an old topic, but I am facing the same issue. Would have loved to use this feature. |
The same thing, somebody found a solution for this? |
Same issue here, did anyone find a solution? |
I wanted to open an issue for this, but I see that it is an already known problem. I can only add that it still happens with version |
I'm having the same issue with the |
Describe the bug
Using the advanced formatting for the abbreviated timezone outputs the offset instead of the abbreviation of the name:
GMT+1
instead ofCEST
forEurope/Berlin
Please see the behavior in this stackblitz
Expected behavior
From the docs and the
EST
example (see screenshot), I'd expectdayjs().tz('Europe/Berlin').format('hh:mmA z');
to output e.g.
11:07AM CEST
instead of11:07AM GMT+1
Central European Time on wikipedia
Information
The text was updated successfully, but these errors were encountered: