summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/DateTime.h
AgeCommit message (Expand)Author
2023-03-27LibCore: Add DateTime::to_string()Sam Atkins
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2022-12-31LibCore: Make DateTime more easily debuggableBen Wiederhake
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-28LibCore: Change DateTime format strings to be StringViewsTimothy Flynn
2022-01-28LibCore: Remove time zone from default format stringTimothy Flynn
2022-01-25LibCore: Support (and use) DateTime string formatting of the form %ZTimothy Flynn
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-10-30LibCore: Fix off-by-one in DateTime::{create,set_time} day default argLinus Groh
2021-08-19LibCore: Make DateTime's members signedIdan Horowitz
2021-06-11LibCore: Add a way to parse a DateTime from a stringx-yl
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-04-18LibCore: Implement operator less-than for Core::DateTimeAnotherTest
2021-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling