Home
last modified time | relevance | path

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

/external/libcxx/src/
Dchrono.cpp78 static _LIBCPP_CONSTEXPR const seconds nt_to_unix_epoch{11644473600}; in now() local
93 return time_point(duration_cast<duration>(d - nt_to_unix_epoch)); in now()