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
/
LibC
/
time.cpp
Age
Commit message (
Expand
)
Author
2022-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-08-02
LibC: Split time_t range validation to separate helper function
Timothy Flynn
2022-08-02
LibC: Cache the time zone name found by tzset()
Timothy Flynn
2022-07-25
Kernel/LibC: Implement posix syscall clock_getres()
zzLinus
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
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-06-04
LibC: Make asctime_r() in time.h POSIX compliant
May
2022-04-19
LibC: Return early in time_to_tm for large time_t
Leonardo Duarte
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
LibC: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-23
LibC: Use LibTimeZone to offset localtime() for the system time zone
Timothy Flynn
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-10
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-07
LibC: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_r
Brian Gianforcaro
2021-04-21
LibC: Add ctime_r() and asctime_r() implementations
Brian Gianforcaro
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-18
LibC: Return ENOSYS from clock_getres() rather than asserting
Linus Groh
2021-01-18
LibC: Make tzset() set daylight to 0
Linus Groh
2021-01-18
LibC: Make tzset() set tzname to { "UTC", "UTC" }
Linus Groh
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling