mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 05:25:07 +00:00
![]() Two issues: - The format string said "{:9}", which left-pads with spaces and not zeros as required - Even when correcting that, we were not accounting for step 11 b: "Set fraction to the longest possible substring of fraction starting at position 0 and not ending with the code unit 0x0030 (DIGIT ZERO)." We can safely use trim() for that as the formatted string is known to not contain only zeros (which would leave the left-most in place). Also adds tests for "UTC" and various numeric offsets. |
||
---|---|---|
.. | ||
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 |