Searched refs:dtForTimegm7 (Results 1 – 1 of 1) sorted by relevance
195 struct tm dtForTimegm7 = dtForTimegm6; // Reuse the date for the next test. in main() local212 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()