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
2023-03-21
LibCore: Set tm_isdst to a negative value before invoking mktime
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-19
LibCore: Convert explicit timezone to local in `DateTime::parse`
Jelle Raaijmakers
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-28
LibCore: Add %l conversion specification to DateTime
thankyouverycool
2022-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-07-19
LibCore: Do not refer to `extern int daylight` in DateTime::to_string
Daniel Bertalan
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
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