summaryrefslogtreecommitdiff
path: root/tests/lib/libc/time
AgeCommit message (Expand)Author
2017-10-27The Zone test was obviously intended to test %Z rather than %z, otherwisekre
2017-10-27Remove bogus errno checks, mktime() (and timegm()) does not guaranteekre
2017-08-24The military/nautical time zones were added following RFC 822 and RFCginsbach
2015-10-31merge more the testschristos
2015-10-31Account for J, fix %Zchristos
2015-10-30tests for %Zchristos
2015-10-30ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 andginsbach
2015-10-30Additional tests for timezone offsets.ginsbach
2015-10-29Add tests for %zchristos
2015-07-04strptime now sets tm_ydaychristos
2015-04-28Add hour tests as a standalone test case.ginsbach
2015-04-22Make century and year conversion tests a standalone test case rather thanginsbach
2015-04-21Make seconds conversion tests a standalone test case rather thanginsbach
2015-04-17Add more detail to test descriptions.ginsbach
2012-03-18Add a test case for the old NetBSD 2.0 era PR lib/28324.jruoho
2012-01-07ATF_REQUIRE_ERRNO() needs to be used with care:martin
2011-12-17Add some tests for timegm(3) close to the epoch. Inapb
2011-04-07Remove the following (literal) text in the TNF copyrights:jruoho
2011-01-13Move t_mktime and t_strptime to their own ..../time/ subdirectory.pgoyette