gecko-dev/remote/webdriver-bidi/test
Vinny Diehl c7f3f5b114 Bug 1557650 - Add support for numeric dashed dates r=arai,webdriver-reviewers
While formal ISO dates must have 4-digit years, implementations tend to
allow dates up until +275760-09-13T00:00:00Z per the TimeClip algorithm:

 * https://tc39.es/ecma262/#sec-timeclip
 * https://tc39.es/ecma262/#sec-utc-t

As well as cases such as "1995-09-26 09:00 EST" where the time and
timezone are specified as with any other date.

This patch also adds support for formats like "1-12-20" or "1-12-2012".

The date is returned in localtime, but the limit is processed in GMT.

Differential Revision: https://phabricator.services.mozilla.com/D189895
2023-10-17 21:00:00 +00:00
..
browser Bug 1557650 - Add support for numeric dashed dates r=arai,webdriver-reviewers 2023-10-17 21:00:00 +00:00
xpcshell Bug 1788894 - Move Realm related logic from script module to the WindowGlobal message manager. r=webdriver-reviewers,jdescottes 2023-04-27 14:04:39 +00:00