summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/DateTime.cpp
AgeCommit message (Expand)Author
2023-03-21LibCore: Set tm_isdst to a negative value before invoking mktimeTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-19LibCore: Convert explicit timezone to local in `DateTime::parse`Jelle Raaijmakers
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-28LibCore: Add %l conversion specification to DateTimethankyouverycool
2022-08-02LibC+LibCore: Use tm_isdst to handle time zone offsets in DSTTimothy Flynn
2022-07-19LibCore: Do not refer to `extern int daylight` in DateTime::to_stringDaniel Bertalan
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-21LibCore: Output invalid DateTime::to_string() specifiers as literalsSam Atkins
2022-04-15LibC+LibCore: Change a.m./p.m. to AM/PMcflip
2022-04-15LibC+LibCore: Properly format 12-hour formatted hourscflip
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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