summaryrefslogtreecommitdiff
path: root/Userland/date.cpp
AgeCommit message (Expand)Author
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-09Userland: Remove double-'#include' in date.cppBen Wiederhake
2020-05-08Kernel+Userland: Add "settime" pledge promise for setting system timeAndreas Kling
2020-03-19Userland: Add functionality of changing system date in date utilityLiav A
2020-02-18date: Use pledge()Andreas Kling
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-11Userland: Use Core::DateTimeAndreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-05-04date: Add "-u" argument for printing current Unix timestamp.Andreas Kling
2019-02-03Userland: Make /bin/date pretty-print the date, too.Andreas Kling
2018-11-09Fix all current build warnings in the userland.Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling