ladybird/Userland/Libraries/LibJS/Tests/builtins/Temporal/Now
Shannon Booth f95117f75d LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor
Update to the latest version of the spec which was refactored to use
time zone methods record. This requires updating a whole bunch of
callers to pass through a record too.

This also ends up improving exceptions on a missing
getOffsetNanosecondsFor method.
2024-03-02 12:27:20 +01:00
..
Now.@@toStringTag.js
Now.plainDate.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Now.plainDateISO.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Now.plainDateTime.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Now.plainDateTimeISO.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Now.plainTimeISO.js LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Now.zonedDateTime.js
Now.zonedDateTimeISO.js