summaryrefslogtreecommitdiff
path: root/Libraries/LibC/time.cpp
AgeCommit message (Expand)Author
2020-09-06LibC: Add settimeofdayNico Weber
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26LibC: Minor style tweaks to tm_to_timeNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epochNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-24LibC: Make mktime() / gmtime() more POSIX-compliantNico Weber
2020-08-24LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...Nico Weber
2020-08-24LibC: Fix strftime() for max_size=0Ben Wiederhake
2020-08-23LibC: Make localtime() and gmtime() handle years before 1970Nico Weber
2020-08-23LibC: Slightly tweak tm_to_timeNico Weber
2020-08-22LibC: Make mktime() and timegm() handle years before 1970Nico Weber
2020-08-21LibC: Add timegm()Nico Weber
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-08LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)Andreas Kling
2020-05-16Kernel: Remove now-unused KernelInfoPage.hAndreas Kling
2020-05-16Kernel: Remove the "kernel info page" used for fast gettimeofday()Andreas Kling
2020-03-19LibC: Add new syscall to allow changing the system dateLiav A
2020-03-08LibC: Fix a bug involving miscalculating week counts of last yearhowar6hill
2020-03-08LibC: Reimplement asctime() in terms of strftime()howar6hill
2020-03-06LibC: Fix a indentation problem in time.cpphowar6hill
2020-03-06LibC: Implement time formatting functions, partially support timezonehowar6hill
2020-02-19LibC: Add hack implementation of gmtime_r() matching gmtime()Andreas Kling
2020-02-11LibC: Add localtime_r()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-15Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()Andreas Kling
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-09LibC: Minor changes to make nasm workPaweł Cholewa
2019-11-02Kernel+LibC: Implement clock_gettime() and clock_nanosleep()Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling