-
Notifications
You must be signed in to change notification settings - Fork 107
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
Normative: Fix TimeZoneName issue in FormatDateTimePattern #573
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this is an editorial change? It seems like the value of fv
could potentially be changed?
Also, you did not remove If _p_ is *"timeZoneName"*, then the String value may also depend on the value of the [[InDST]] field of _tm_.
. Is that intentional?
Co-authored-by: Ms2ger <Ms2ger@gmail.com>
It is changed from "undefined behavior" to "defined behavior" so I will change the title to Normative.
somehow I missed that. Fixed |
2021-05-25: This PR got TC39-TG1 consensus. |
2021-06-03: This PR got TC39-TG2 consensus. |
This PR has multiple positive reviews, no outstanding comments and TG1 and TG2 consensus. Merging. |
@sffc Address #515 also see tc39/proposal-intl-extend-timezonename#9