Searched refs:EPOCH_BIAS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp283 #define EPOCH_BIAS INT64_C(116444736000000000) macro
327 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);

Completed in 179 milliseconds