index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Temporal
/
TimeZone.h
Age
Commit message (
Expand
)
Author
2023-01-26
LibJS: Remove unused is_valid_time_zone_numeric_utc_offset_syntax()
Linus Groh
2023-01-26
LibJS: Port builtin_time_zone_get_offset_string_for() to String
Linus Groh
2023-01-26
LibJS: Port format_iso_time_zone_offset_string() to String
Linus Groh
2023-01-26
LibJS: Port format_time_zone_offset_string() to String
Linus Groh
2023-01-26
LibJS: Port create_temporal_time_zone() to String
Linus Groh
2023-01-26
LibJS: Port canonicalize_time_zone_name() to String
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-17
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
Linus Groh
2022-10-17
LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones
Linus Groh
2022-10-16
LibJS: Rename Get{IANA => Named}TimeZonePreviousTransition
Linus Groh
2022-10-16
LibJS: Rename Get{IANA => Named}TimeZoneNextTransition
Linus Groh
2022-10-15
LibJS: Use infallible ParseTimeZoneOffsetString
Timothy Flynn
2022-10-15
LibJS: Remove Temporal::DefaultTimeZone
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
Timothy Flynn
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2022-03-25
LibJS: Fix number types in GetISOPartsFromEpoch
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-09
LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*>
Linus Groh
2022-02-09
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
Linus Groh
2022-01-23
LibJS: Pass valid offset string directly to CreateTemporalTimeZone
Linus Groh
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
Luke Wilde
2021-11-04
LibJS: Introduce & use FormatISOTimeZoneOffsetString
Linus Groh
2021-11-01
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor()
Linus Groh
2021-09-16
LibJS: Convert TimeZone AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Change GetISOPartsFromEpoch's return type to ISODateTime
Idan Horowitz
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-08
LibJS: Mark getters of more Temporal objects [[nodiscard]]
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.offset
Linus Groh
2021-08-01
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
Linus Groh
2021-08-01
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
Linus Groh
2021-08-01
LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()
Linus Groh
2021-07-27
LibJS: Implement Temporal.Now.plainDate()
Linus Groh
2021-07-25
LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()
Linus Groh
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-16
LibJS: Start implementing Temporal.Duration
Linus Groh
2021-07-14
LibJS: Use more specific return types for some Temporal AOs
Linus Groh
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-07
LibJS: Start implementing Temporal.TimeZone
Linus Groh