summaryrefslogtreecommitdiff
path: root/Libraries/LibC/time.h
AgeCommit message (Expand)Author
2020-08-21LibC: Add timegm()Nico Weber
2020-06-08LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)Andreas Kling
2020-03-19LibC: Add new syscall to allow changing the system dateLiav A
2020-03-19Kernel & LibC: Add CLOCK_REALTIME constantLiav A
2020-03-06LibC: Implement time formatting functions, partially support timezonehowar6hill
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-02Kernel+LibC: Implement clock_gettime() and clock_nanosleep()Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling