Ben Wiederhake
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Ben Wiederhake
|
6b7ce19161
Everywhere: Remove unused includes of LibC/stdlib.h
|
2 年之前 |
Nico Weber
|
bb1f6f71f1
LibC: Make timegm() force tm_isdst to 0
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Timothy Flynn
|
b1b17f286f
LibC: Retrieve the current time zone from LibTimeZone
|
2 年之前 |
Timothy Flynn
|
a4a7efaf5f
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
|
2 年之前 |
Timothy Flynn
|
e683ca00cc
LibC: Split time_t range validation to separate helper function
|
2 年之前 |
Timothy Flynn
|
91e3a2aaca
LibC: Cache the time zone name found by tzset()
|
2 年之前 |
zzLinus
|
ca74443012
Kernel/LibC: Implement posix syscall clock_getres()
|
3 年之前 |
Tim Schumacher
|
c85f307e62
LibC: Mark a bunch of functions as cancellation points
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 年之前 |
May
|
47f4bfea35
LibC: Make asctime_r() in time.h POSIX compliant
|
3 年之前 |
Leonardo Duarte
|
335fae9a71
LibC: Return early in time_to_tm for large time_t
|
3 年之前 |
cflip
|
b2ef7ee531
LibC+LibCore: Change a.m./p.m. to AM/PM
|
3 年之前 |
cflip
|
0500d49acb
LibC+LibCore: Properly format 12-hour formatted hours
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Lenny Maiorani
|
4c5e9f5633
Everywhere: Deduplicate day/month name constants
|
3 年之前 |
Timothy Flynn
|
7fceb909a5
LibC: Use altzone for the current time zone offset during DST
|
3 年之前 |
Timothy Flynn
|
a027ccad75
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
|
3 年之前 |
Timothy Flynn
|
024f869f09
LibC: Ensure tzname and related fields are intialized
|
3 年之前 |
Timothy Flynn
|
cd0e5ccd3f
LibC: Revert localtime_r to use time zone information set by tzset
|
3 年之前 |
Timothy Flynn
|
11f1f04a4c
LibC: Invoke tzset from time functions required to update time zone info
|
3 年之前 |
Timothy Flynn
|
b1ea585149
LibC: Implement tzset with time zone awareness in accordance with POSIX
|
3 年之前 |
Timothy Flynn
|
2bdc3aec42
LibC: Use LibTimeZone to offset localtime() for the system time zone
|
3 年之前 |
Daniel Bertalan
|
f95a11a7da
LibC: Don't delete null check in `gettimeofday`
|
3 年之前 |
Andreas Kling
|
afa225f55c
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
|
3 年之前 |
Andreas Kling
|
fdfc66db61
Kernel+LibC: Allow clock_gettime() to run without syscalls
|
3 年之前 |
Andreas Kling
|
5f6e0e0162
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
|
3 年之前 |