summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Date.cpp
AgeCommit message (Expand)Author
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
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-06-20LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructorsLinus Groh
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-07LibJS: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
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-03-22LibJS Date: Added "Invalid Date".Petróczi Zoltán
2021-03-15LibJS: Add Date.prototype.toGMTString()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling