Searched refs:secstodate (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestdate.c147 apr_time_t secstodate, newsecs; local
151 secstodate = year2secs[year - 1970] + offset;
152 gm_timestr_822(datestr, secstodate);
153 secstodate *= APR_USEC_PER_SEC;
155 ABTS_TRUE(tc, secstodate == newsecs);
168 secstodate = guess + offset;
169 gm_timestr_822(datestr, secstodate);
170 secstodate *= APR_USEC_PER_SEC;
172 ABTS_TRUE(tc, secstodate == newsecs);

Completed in 50 milliseconds