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
/
Date.cpp
Age
Commit message (
Expand
)
Author
2022-10-15
LibJS: Subtract time zone offsets when converting from local time to UTC
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-05-06
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
Linus Groh
2022-05-06
LibJS: Remove unused LibCore/DateTime.h header from Date.cpp
Linus Groh
2022-05-06
LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class
Linus Groh
2022-05-03
LibJS: Fix type confusion in msFromTime
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-16
LibJS: Protect [TimeValue]FromTime from non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect DayWithinYear against non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect YearFromTime against non-finite times
Timothy Flynn
2022-01-16
LibJS: Ensure final computation in DayFromYear is performed on a double
Timothy Flynn
2022-01-15
LibJS: Implement MakeDay without using AK::years_to_days_since_epoch
Timothy Flynn
2022-01-15
LibJS: Move time conversion constants to the Date header
Timothy Flynn
2022-01-15
LibJS: Remove Core::DateTime logic from the Date object :^)
Timothy Flynn
2022-01-15
LibJS: Re-implement the Date constructor / prototype for spec compliance
Timothy Flynn
2022-01-15
LibJS: Protect LocalTZA against non-finite times
Timothy Flynn
2022-01-15
LibJS: Do not negate offset in LocalTZA for isUTC=false
Timothy Flynn
2022-01-15
LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs
Timothy Flynn
2022-01-14
LibJS: Implement the localTZA AO for isUTC=false
Timothy Flynn
2022-01-12
LibJS: Partially implement the LocalTZA AO
Timothy Flynn
2022-01-05
LibJS: Use AK::Time to implement the MakeDay AO
Timothy Flynn
2021-12-22
LibJS: Support modulo(x, y) with different types
Linus Groh
2021-12-08
LibJS: Implement Date's Week Day AO
Timothy Flynn
2021-12-08
LibJS: Implement Date's TimeClip AO
Timothy Flynn
2021-11-16
LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()
Linus Groh
2021-11-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-11-05
LibJS: Account for leap days in year_from_time()
Linus Groh
2021-10-30
LibJS: Ensure make_day()'s temporary Core::DateTime is treated as UTC
Linus Groh
2021-10-30
LibJS: Fix off-by-one in make_day()'s temporary Core::DateTime
Linus Groh
2021-10-18
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
Linus Groh
2021-08-19
LibJS: Add type range checks to the Date make_day AO
Idan Horowitz
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-07-27
LibJS: Implement a bunch of time value related Date AOs
Linus Groh
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-06-20
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
Linus Groh
2021-06-06
LibJS: Store Date milliseconds as signed to support negative offsets
Idan Horowitz
2021-06-06
LibJS: Ignore arguments in Date's constructor when called as a function
Idan Horowitz
2021-05-07
LibJS: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
LibJS Date: Added "Invalid Date".
Petróczi Zoltán
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling