ladybird/Userland/Libraries/LibJS/Tests/builtins/Temporal/TimeZone
Linus Groh b020b8eea2 LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
This is a normative change in the Temporal spec.

See: 8c73780
2022-03-31 17:09:10 +01:00
..
TimeZone.from.js LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name 2022-03-31 17:09:10 +01:00
TimeZone.js LibJS: Support non-UTC time zones in Temporal :^) 2022-01-11 22:17:39 +01:00
TimeZone.prototype.@@toStringTag.js
TimeZone.prototype.getInstantFor.js
TimeZone.prototype.getNextTransition.js
TimeZone.prototype.getOffsetNanosecondsFor.js LibJS: Actually implement get_iana_time_zone_offset_nanoseconds() 2022-01-11 22:17:39 +01:00
TimeZone.prototype.getOffsetStringFor.js LibJS+LibTimeZone: Begin handling DST when computing time zone offsets 2022-01-19 21:20:41 +00:00
TimeZone.prototype.getPlainDateTimeFor.js LibJS: Only allow TimeZone this value in TimeZone#getPlainDateTimeFor 2021-12-19 00:13:01 +00:00
TimeZone.prototype.getPossibleInstantsFor.js
TimeZone.prototype.getPreviousTransition.js
TimeZone.prototype.id.js LibJS: Only allow TimeZone this value in Temporal.TimeZone#id 2021-12-19 00:13:01 +00:00
TimeZone.prototype.toJSON.js LibJS: Only allow TimeZone this value in Temporal.TimeZone#toJSON 2021-12-19 00:13:01 +00:00
TimeZone.prototype.toString.js LibJS: Support non-UTC time zones in Temporal :^) 2022-01-11 22:17:39 +01:00