Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/myWindows/
H A Dtest_emul.cpp162 static LARGE_INTEGER UnixTimeToUL(time_t tps_unx) in UnixTimeToUL() argument
165 ul.QuadPart = tps_unx * 10000000LL + EPOCH_BIAS; in UnixTimeToUL()
204 time_t tps_unx = time(0); in test_time() local
211 LARGE_INTEGER ul = UnixTimeToUL(tps_unx); in test_time()
212 g_StdOut<<" unix time = " << (UInt64)tps_unx << " (" << (UInt64)ul.QuadPart << ")\n"; in test_time()
214 g_StdOut<<" gmtime : " << asctime(gmtime(&tps_unx))<<"\n"; in test_time()
215 g_StdOut<<" localtime : " << asctime(localtime(&tps_unx))<<"\n"; in test_time()