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.h
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert Date::create() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-06
LibJS: Remove the now-unused LocalTZA AO
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-05-08
LibJS: Replace magic nanosecond numbers with constants
Linus Groh
2022-05-06
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
Linus Groh
2022-05-06
LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class
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-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: Implement the LocalTime, UTC, and TimeWithinDay AOs
Timothy Flynn
2022-01-12
LibJS: Partially implement the LocalTZA AO
Timothy Flynn
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
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-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-09-26
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
Andreas Kling
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-07-10
LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString()
Linus Groh
2021-06-06
LibJS: Check dates are below the `time_clip` threshold
Idan Horowitz
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-29
LibJS: Replace the broken and unused Date::year getter
Idan Horowitz
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-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-03-22
LibJS Date: Added "Invalid Date".
Petróczi Zoltán
2021-03-19
LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds
tuqqu
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling