index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
DateTime.h
Age
Commit message (
Expand
)
Author
2023-03-27
LibCore: Add DateTime::to_string()
Sam Atkins
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2022-12-31
LibCore: Make DateTime more easily debuggable
Ben Wiederhake
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-28
LibCore: Change DateTime format strings to be StringViews
Timothy Flynn
2022-01-28
LibCore: Remove time zone from default format string
Timothy Flynn
2022-01-25
LibCore: Support (and use) DateTime string formatting of the form %Z
Timothy Flynn
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-10-30
LibCore: Fix off-by-one in DateTime::{create,set_time} day default arg
Linus Groh
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-06-11
LibCore: Add a way to parse a DateTime from a string
x-yl
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibCore: Remove the no-longer-used Core::DateTime::is_before() function
AnotherTest
2021-04-18
LibCore: Implement operator less-than for Core::DateTime
AnotherTest
2021-04-16
LibCore+LibIPC: Add IPC coder for Core::DateTime
Timothy Flynn
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling