summaryrefslogtreecommitdiffstats
path: root/tests/test_newermt_epoch_minus_one.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-5/+0
|
* parse: Handle 1969-12-31T23:59:59ZTavian Barnes2020-02-131-0/+5
mktime() returns -1 on error, but also for one second before the epoch. Compare the input against localtime(-1) to distinguish those cases.