Searched refs:dtForTimegm6 (Results 1 – 1 of 1) sorted by relevance
184 struct tm dtForTimegm6; in main() local185 init_struct_tm( &dtForTimegm6 ); in main()187 dtForTimegm6.tm_sec = 7; in main()188 dtForTimegm6.tm_min = 14; in main()189 dtForTimegm6.tm_hour = 3, in main()190 dtForTimegm6.tm_mon = 0; // January. in main()191 dtForTimegm6.tm_mday = 19; in main()192 dtForTimegm6.tm_year = 2038 - TIME_TM_YEAR_BASE; in main()193 dtForTimegm6.tm_isdst = 123; // Some value that should be reset. in main()195 struct tm dtForTimegm7 = dtForTimegm6; // Reuse the date for the next test. in main()[all …]