Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dutil.c1676 const uint64_t epoch = (uint64_t) 116444736000000000ULL; in uv_gettimeofday() local
1686 tv->tv_sec = (int64_t) ((ularge.QuadPart - epoch) / 10000000L); in uv_gettimeofday()
1687 tv->tv_usec = (int32_t) (((ularge.QuadPart - epoch) % 10000000L) / 10); in uv_gettimeofday()
/libuv/docs/src/
H A Dmisc.rst670 The real-time clock counts from the UNIX epoch (1970-01-01) and is subject

Completed in 7 milliseconds