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.cpp
Age
Commit message (
Expand
)
Author
2022-04-21
LibCore: Output invalid DateTime::to_string() specifiers as literals
Sam Atkins
2022-04-15
LibC+LibCore: Change a.m./p.m. to AM/PM
cflip
2022-04-15
LibC+LibCore: Properly format 12-hour formatted hours
cflip
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-13
LibCore: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-02-17
LibCore: Make FreeBSD build SerenityOS
Isak Holmstrom
2022-01-28
LibCore: Change DateTime format strings to be StringViews
Timothy Flynn
2022-01-25
LibCore: Support (and use) DateTime string formatting of the form %Z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %:z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %z
Timothy Flynn
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-06-11
LibCore: Add a way to parse a DateTime from a string
x-yl
2021-05-07
LibCore: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
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-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling