Linus Groh
|
31283b5e64
LibJS: Pass valid offset string directly to CreateTemporalTimeZone
|
3 år sedan |
Linus Groh
|
6d744eb4a7
LibJS: Use consistent name for offset strings
|
3 år sedan |
Timothy Flynn
|
70f49d0696
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
|
3 år sedan |
Linus Groh
|
b9093dd0ab
LibJS: Don't validate time zone name when parsing Instant string
|
3 år sedan |
Linus Groh
|
cf6ceb956f
LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()
|
3 år sedan |
Timothy Flynn
|
f6786881aa
LibJS: Implement the ECMA-402 definition of DefaultTimeZone
|
3 år sedan |
Linus Groh
|
355fbcb702
LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()
|
3 år sedan |
Linus Groh
|
d527eb62da
LibJS: Support non-UTC time zones in Temporal :^)
|
3 år sedan |
Linus Groh
|
f1276144ba
LibJS: Check if input was exhausted after parsing UTC offset fraction
|
3 år sedan |
Linus Groh
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 år sedan |
Linus Groh
|
c56e5139f5
LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns
|
3 år sedan |
Linus Groh
|
9c209b8079
LibJS: Support modulo(x, y) with different types
|
3 år sedan |
Linus Groh
|
b70a55bd5a
LibJS: Update spec comment in get_iso_parts_from_epoch()
|
3 år sedan |
Linus Groh
|
3f1af7c05f
LibJS: Update parse_temporal_time_zone() to match the spec again
|
3 år sedan |
Linus Groh
|
2ecb47c985
LibJS: Update spec comments in format_time_zone_offset_string()
|
3 år sedan |
Linus Groh
|
eaa3329573
LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()
|
3 år sedan |
Luke Wilde
|
3666d2132b
LibJS: Remove fallback value for get_offset_nanoseconds_for
|
3 år sedan |
Linus Groh
|
e93ce1ff69
LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()
|
3 år sedan |
Linus Groh
|
68d80d239b
LibJS: Fix fraction substring in parse_time_zone_offset_string()
|
3 år sedan |
Luke Wilde
|
706296374b
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
|
3 år sedan |
Linus Groh
|
dd1a808f7e
LibJS: Remove TODO() from implemented code path
|
3 år sedan |
Linus Groh
|
38809f90d9
LibJS: Introduce & use FormatISOTimeZoneOffsetString
|
3 år sedan |
Linus Groh
|
97f6c6029f
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
|
3 år sedan |
Linus Groh
|
a7cb042ca8
LibJS: Fix format_time_zone_offset_string() for negative offsets
|
3 år sedan |
Linus Groh
|
92fdae178b
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
|
3 år sedan |
Linus Groh
|
e9cbeeac45
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
|
3 år sedan |
Linus Groh
|
5fde02184d
LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor()
|
3 år sedan |
Linus Groh
|
09d1db5afd
LibJS: Clarify mathematical types in Temporal AOs and functions
|
3 år sedan |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 år sedan |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 år sedan |