Kyle Lanmon
|
05b30ece17
LibCore: Add DateTime parser for milliseconds
|
1 anno fa |
Kyle Lanmon
|
f7efbba32d
LibCore: Add parser for time offset without a sign
|
1 anno fa |
david072
|
985db495be
LibCore/DateTime: Add helper for setting only the date from another date
|
1 anno fa |
david072
|
251e5fb074
LibCore/DateTime: Add a helper for setting the time individually
|
1 anno fa |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 anno fa |
Timothy Flynn
|
ee7ab5d053
LibCore: Support wildcard-skipping characters in Core::DateTime::parse
|
1 anno fa |
Timothy Flynn
|
350fdf1e43
LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse
|
1 anno fa |
Timothy Flynn
|
fd0075083a
LibCore: Change Core::DateTime::parse to accept a StringView
|
1 anno fa |
Dan Klishch
|
568e5d5631
LibCore: Port DateTime::parse to GenericLexer
|
1 anno fa |
Sam Atkins
|
8dd0038f47
LibCore: Add DateTime::to_string()
|
2 anni fa |
Timothy Flynn
|
8a27180fb8
LibCore: Set tm_isdst to a negative value before invoking mktime
|
2 anni fa |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 anni fa |
Jelle Raaijmakers
|
9feac465dc
LibCore: Convert explicit timezone to local in `DateTime::parse`
|
2 anni fa |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
thankyouverycool
|
63d0aa9d8a
LibCore: Add %l conversion specification to DateTime
|
2 anni fa |
Timothy Flynn
|
a4a7efaf5f
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
|
2 anni fa |
Daniel Bertalan
|
32480fbeb9
LibCore: Do not refer to `extern int daylight` in DateTime::to_string
|
3 anni fa |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 anni fa |
Sam Atkins
|
4d2e18fb07
LibCore: Output invalid DateTime::to_string() specifiers as literals
|
3 anni fa |
cflip
|
b2ef7ee531
LibC+LibCore: Change a.m./p.m. to AM/PM
|
3 anni fa |
cflip
|
0500d49acb
LibC+LibCore: Properly format 12-hour formatted hours
|
3 anni fa |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Lenny Maiorani
|
4c5e9f5633
Everywhere: Deduplicate day/month name constants
|
3 anni fa |
Timothy Flynn
|
0dfb9714fe
LibCore: Use altzone for the current time zone offset during DST
|
3 anni fa |
Isak Holmstrom
|
41765895a8
LibCore: Make FreeBSD build SerenityOS
|
3 anni fa |
Timothy Flynn
|
b387ac56b6
LibCore: Change DateTime format strings to be StringViews
|
3 anni fa |
Timothy Flynn
|
29c8ec5eb6
LibCore: Support (and use) DateTime string formatting of the form %Z
|
3 anni fa |
Timothy Flynn
|
9605be19bb
LibCore: Support DateTime string formatting of the form %:z
|
3 anni fa |