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