summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Date.h
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert Date::create() to NonnullGCPtrLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-06LibJS: Remove the now-unused LocalTZA AOTimothy Flynn
2022-10-15LibJS: Consolidate sources of system time zone to one location in DateTimothy Flynn
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-05-08LibJS: Replace magic nanosecond numbers with constantsLinus Groh
2022-05-06LibJS: Convert remaining Date AOs using JS::Value as in/output to doubleLinus Groh
2022-05-06LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date classLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-15LibJS: Move time conversion constants to the Date headerTimothy Flynn
2022-01-15LibJS: Remove Core::DateTime logic from the Date object :^)Timothy Flynn
2022-01-15LibJS: Re-implement the Date constructor / prototype for spec complianceTimothy Flynn
2022-01-15LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOsTimothy Flynn
2022-01-12LibJS: Partially implement the LocalTZA AOTimothy Flynn
2021-12-10LibJS: Use AK::NaN<double> in Date::date_value() to fix build errorLinus Groh
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-12-08LibJS: Implement Date's Week Day AOTimothy Flynn
2021-12-08LibJS: Implement Date's TimeClip AOTimothy Flynn
2021-11-05LibJS: Adjust approximated result in year_from_time() if necessaryLinus Groh
2021-09-26LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"Andreas Kling
2021-07-27LibJS: Implement a bunch of time value related Date AOsLinus Groh
2021-07-12LibJS: Add the ToTemporalInstant Abstract Operation & its requirementsIdan Horowitz
2021-07-10LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString()Linus Groh
2021-06-06LibJS: Check dates are below the `time_clip` thresholdIdan Horowitz
2021-06-06LibJS: Store Date milliseconds as signed to support negative offsetsIdan Horowitz
2021-06-06LibJS: Ignore arguments in Date's constructor when called as a functionIdan Horowitz
2021-05-29LibJS: Replace the broken and unused Date::year getterIdan Horowitz
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-03-22LibJS Date: Added "Invalid Date".Petróczi Zoltán
2021-03-19LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMillisecondstuqqu
2021-03-15LibJS: Add Date.prototype.toGMTString()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling