summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/DateTime.cpp
AgeCommit message (Expand)Author
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-13LibCore: Use altzone for the current time zone offset during DSTTimothy Flynn
2022-02-17LibCore: Make FreeBSD build SerenityOSIsak Holmstrom
2022-01-28LibCore: Change DateTime format strings to be StringViewsTimothy Flynn
2022-01-25LibCore: Support (and use) DateTime string formatting of the form %ZTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %:zTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %zTimothy Flynn
2021-08-19LibCore: Make DateTime's members signedIdan Horowitz
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-06-11LibCore: Add a way to parse a DateTime from a stringx-yl
2021-05-07LibCore: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibCore: Remove the no-longer-used Core::DateTime::is_before() functionAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling