Searched refs:epoch_time (Results 1 – 4 of 4) sorted by relevance
66 def epoch_time_to_date_string(epoch_time, fmt_string=TIME_FMT): argument76 if epoch_time:78 int(epoch_time)).strftime(fmt_string)
425 const file_time_type epoch_time = now - now.time_since_epoch(); in TEST_CASE() local430 epoch_time - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()435 epoch_time - Sec(2) - SubSec(17); in TEST_CASE()437 const file_time_type just_before_epoch_time = epoch_time - SubSec(17); in TEST_CASE()445 {"file, epoch_time", file, epoch_time}, in TEST_CASE()446 {"dir, epoch_time", dir, epoch_time}, in TEST_CASE()
36 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable473 rtime.QuadPart -= epoch_time; in windows_clock_gettime()
34 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable842 rtime.QuadPart -= epoch_time; in wince_clock_gettime()