mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
![]() Previously parse_time_zone_numeric_utc_offset_syntax() would return true to indicate success when parsing a string with an invalid number of digits in the fractional seconds part (e.g. 23:59:59.9999999999). We need to check if the lexer has any characters remaining, and return false if that's the case. |
||
---|---|---|
.. | ||
TimeZone.from.js | ||
TimeZone.js | ||
TimeZone.prototype.@@toStringTag.js | ||
TimeZone.prototype.getInstantFor.js | ||
TimeZone.prototype.getNextTransition.js | ||
TimeZone.prototype.getOffsetNanosecondsFor.js | ||
TimeZone.prototype.getOffsetStringFor.js | ||
TimeZone.prototype.getPlainDateTimeFor.js | ||
TimeZone.prototype.getPossibleInstantsFor.js | ||
TimeZone.prototype.getPreviousTransition.js | ||
TimeZone.prototype.id.js | ||
TimeZone.prototype.toJSON.js | ||
TimeZone.prototype.toString.js |