Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_parse.c84 zend_long isInDST = 0; in internal_parse_to_localtime() local
112 isInDST = ucal_inDaylightTime(parsed_calendar , &INTL_DATA_ERROR_CODE(dfo)); in internal_parse_to_localtime()
114 add_assoc_long( return_value, CALENDAR_ISDST,isInDST==1); in internal_parse_to_localtime()

Completed in 5 milliseconds