Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dparse_posix.c503 timelib_sll trans_end; in timelib_get_transitions_for_year() local
511 trans_end = year_begin_ts; in timelib_get_transitions_for_year()
512 trans_end += calc_transition(tz->posix_info->dst_end, year); in timelib_get_transitions_for_year()
513 trans_end += tz->posix_info->dst_end->hour; in timelib_get_transitions_for_year()
514 trans_end -= tz->posix_info->dst_offset; in timelib_get_transitions_for_year()
516 if (trans_begin < trans_end) { in timelib_get_transitions_for_year()
518 transitions->times[transitions->count+1] = trans_end; in timelib_get_transitions_for_year()
523 transitions->times[transitions->count ] = trans_end; in timelib_get_transitions_for_year()

Completed in 5 milliseconds