1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 17:35:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/Now
davidot c0a3b1467c LibJS: Fix the Now.plainDateTime in case they go over a year boundary
Since years don't have a constant amount of seconds because they can be
leap years no constant will work in all cases. We now test a timezone in
both the positive and negative direction and check that at least one
worked. Assuming years are at least 2 days long this will always pass
at least one test.
2021-12-31 12:26:26 +01:00
..
Now.@@toStringTag.js LibJS: Implement Temporal.Now[@@toStringTag] 2021-07-27 18:48:22 +01:00
Now.plainDate.js LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
Now.plainDateISO.js LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00:00
Now.plainDateTime.js LibJS: Fix the Now.plainDateTime in case they go over a year boundary 2021-12-31 12:26:26 +01:00
Now.plainDateTimeISO.js LibJS: Fix the Now.plainDateTime in case they go over a year boundary 2021-12-31 12:26:26 +01:00
Now.plainTimeISO.js LibJS: Remove fallback value for get_offset_nanoseconds_for 2021-11-17 11:30:13 +00: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