mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:17:35 +00:00
![]() We can now recognize & normalize all time zones from the IANA time zone
database and not just 'UTC', which makes the LibJS Temporal
implementation a lot more useful! Thanks to the newly added LibTimeZone,
this was incredibly easy to implement :^)
This already includes these recent editorial changes in the Temporal
spec:
|
||
---|---|---|
.. | ||
Calendar | ||
Duration | ||
Instant | ||
Now | ||
PlainDate | ||
PlainDateTime | ||
PlainMonthDay | ||
PlainTime | ||
PlainYearMonth | ||
TimeZone | ||
ZonedDateTime | ||
Temporal.@@toStringTag.js |