-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ES9.0 compliant Date toString functions.
Summary: ES9.0 changes the requirements for the `Date.prototype.toString()` and `Date.prototype.toUTCString()` functions, which now have a specific format including the weekday, a more human-readable date and time zone. Reviewed By: dulinriley Differential Revision: D16343025 fbshipit-source-id: 405f6a5446e98d56463786deff7c875de21b064d
- Loading branch information
1 parent
566725b
commit a38ec5f
Showing
4 changed files
with
173 additions
and
46 deletions.
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
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