Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_posix.c502 timelib_sll trans_begin; /* Since start of the year */ in timelib_get_transitions_for_year() local
506 trans_begin = year_begin_ts; in timelib_get_transitions_for_year()
507 trans_begin += calc_transition(tz->posix_info->dst_begin, year); in timelib_get_transitions_for_year()
508 trans_begin += tz->posix_info->dst_begin->hour; in timelib_get_transitions_for_year()
509 trans_begin -= tz->posix_info->std_offset; in timelib_get_transitions_for_year()
516 if (trans_begin < trans_end) { in timelib_get_transitions_for_year()
517 transitions->times[transitions->count ] = trans_begin; in timelib_get_transitions_for_year()
522 transitions->times[transitions->count+1] = trans_begin; in timelib_get_transitions_for_year()

Completed in 25 milliseconds