Home
last modified time | relevance | path

Searched refs:dtForTimegm7 (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/test/
Dtime-tests.c195 struct tm dtForTimegm7 = dtForTimegm6; // Reuse the date for the next test. in main() local
212 dtForTimegm7.tm_sec++; in main()
214 time_t t7 = timegm( &dtForTimegm7 ); in main()
217 dtForTimegm7.tm_wday != 2 || // 2 means Tuesday. in main()
218 dtForTimegm7.tm_yday != 18 || in main()
219 dtForTimegm7.tm_isdst != 0 ) in main()