Searched refs:posixTime (Results 1 – 1 of 1) sorted by relevance
236 struct timeval posixTime; in getUTCtime_real() local237 gettimeofday(&posixTime, NULL); in getUTCtime_real()238 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in getUTCtime_real()320 struct timeval posixTime; in uprv_getRawUTCtime()321 gettimeofday(&posixTime, NULL); in uprv_getRawUTCtime()322 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in uprv_getRawUTCtime()