summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/time/time_conversion/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify makefileanton2022-11-221-8/+2
|
* Add a bunch of regression tests for time conversion.beck2022-11-061-0/+11
This regression tests time conversion across various limits, leap seconds, and daylight transistions. gmtime_r, localtime_r, timegm, and mktime are tested against themselves and expected outputs. It requires the "posix" and "right" zoneinfo to be installed on the test running machine in order to access testable time zones. If those are not present the test is skipped successfully with a warning.