1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 05:55:00 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/Now
Timothy Flynn f6786881aa LibJS: Implement the ECMA-402 definition of DefaultTimeZone
Simply defer to LibTimeZone to retrieve the system's current time zone.
Also update some Temporal tests to explicitly set the time zone to UTC.
2022-01-12 15:43:12 +01:00
..
Now.@@toStringTag.js LibJS: Implement Temporal.Now[@@toStringTag] 2021-07-27 18:48:22 +01:00
Now.plainDate.js LibJS: Implement the ECMA-402 definition of DefaultTimeZone 2022-01-12 15:43:12 +01:00
Now.plainDateISO.js LibJS: Implement the ECMA-402 definition of DefaultTimeZone 2022-01-12 15:43:12 +01:00
Now.plainDateTime.js LibJS: Implement the ECMA-402 definition of DefaultTimeZone 2022-01-12 15:43:12 +01:00
Now.plainDateTimeISO.js LibJS: Implement the ECMA-402 definition of DefaultTimeZone 2022-01-12 15:43:12 +01:00
Now.plainTimeISO.js LibJS: Implement the ECMA-402 definition of DefaultTimeZone 2022-01-12 15:43:12 +01:00
Now.zonedDateTime.js LibJS: Implement Temporal.Now.zonedDateTime() 2021-08-01 20:31:31 +01:00
Now.zonedDateTimeISO.js LibJS: Implement Temporal.Now.zonedDateTimeISO() 2021-08-01 20:31:31 +01:00