-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: fix SystemTimeZoneIdentifier offsets
This commit adds prose to clarify that if SystemTimeZoneIdentifier returns an offset time zone identifier, then it should be in normal form like "-05:00" not "-0500" nor "-05". No current implementations support returning offset strings in non- normal form today. So although this commit is normative, it won't break any existing ECMAScript code nor will it require changes to any current implementation. Fixes #2584.
- Loading branch information
1 parent
b1b2476
commit d6b7059
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters