summaryrefslogtreecommitdiff
path: root/Tests/AK/TestTime.cpp
AgeCommit message (Expand)Author
2023-01-07AK: Reimplement comparisons on AK::Time using operator<=>Andrew Kaster
2023-01-02AK+Kernel: Eliminate UB (signed overflow) from days_since_epochBen Wiederhake
2023-01-02AK+Tests: Replace years_to_days_since_epoch by near-instant functionBen Wiederhake
2023-01-02AK+Tests: Demonstrate slowness of years_to_days_since_epochBen Wiederhake
2021-08-15AK: Add Time::is_negative() to detect negative time valuesBrian Gianforcaro
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro