Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtm2unixtime.c453 timelib_sll timelib_epoch_days_from_time(timelib_time *time) in timelib_epoch_days_from_time() function
480 time->sse += timelib_epoch_days_from_time(time) * (SECS_PER_DAY / 2); in timelib_update_ts()
481 time->sse += timelib_epoch_days_from_time(time) * (SECS_PER_DAY / 2); in timelib_update_ts()
H A Dinterval.c199 days = llabs(timelib_epoch_days_from_time(one) - timelib_epoch_days_from_time(two)); in timelib_diff_days()
H A Dtimelib.h649 timelib_sll timelib_epoch_days_from_time(timelib_time *time);

Completed in 13 milliseconds