Searched refs:posixTime (Results 1 – 1 of 1) sorted by relevance
258 struct timeval posixTime; in getUTCtime_real() local259 gettimeofday(&posixTime, NULL); in getUTCtime_real()260 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in getUTCtime_real()328 struct timeval posixTime; in uprv_getRawUTCtime()329 gettimeofday(&posixTime, NULL); in uprv_getRawUTCtime()330 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in uprv_getRawUTCtime()