Home
last modified time | relevance | path

Searched refs:SECS_PER_HOUR (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/date/lib/
H A Dtimelib.c221 …*h = ((double)hour + (double)min / MINS_PER_HOUR + (double)sec / SECS_PER_HOUR) + (double)us / USE… in timelib_hmsf_to_decimal_hour()
223 …*h = ((double)hour - (double)min / MINS_PER_HOUR - (double)sec / SECS_PER_HOUR) - (double)us / USE… in timelib_hmsf_to_decimal_hour()
229 return (h * SECS_PER_HOUR) + (m * 60) + s; in timelib_hms_to_seconds()
H A Dtimelib_private.h90 #define SECS_PER_HOUR 3600 macro
H A Dinterval.c101 rt->h = flipped / SECS_PER_HOUR; in timelib_diff_with_tzid()
102 rt->i = (flipped - rt->h * SECS_PER_HOUR) / 60; in timelib_diff_with_tzid()
H A Dtm2unixtime.c378 tz->sse += (-tz->z - tz->dst * SECS_PER_HOUR); in do_adjust_timezone()

Completed in 13 milliseconds