Commit Graph

4 Commits

Author SHA1 Message Date
rumbledethumps
328f7e6a43 yes! 2025-12-06 11:38:27 -08:00
rumbledethumps
dbdca13444 optimize and restore null test 2025-12-05 15:38:46 -08:00
rumbledethumps
a6a91349bc make time zone work 2025-12-02 21:37:14 -08:00
Colin Leroy-Mira
df193c0947 Rework time functions a bit
- mktime: Work unsigned as time_t's type implies (shifting Y2K38 bug to 2106)
- mktime: Add unit tests
- gmtime/localtime: factorize
- gmtime/localtime: Add unit tests
- mktime/gmtime/localtime: Size optimisation (-130 bytes wrt master)
- mktime: Speed optimisation (from 23M cycles on the unit test to 2M)
2024-01-08 18:24:13 +01:00