Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dunixtime2tm.c115 tm->have_zone = 1; in timelib_update_from_sse()
155 tm->have_zone = 0; in timelib_unixtime2local()
160 tm->have_zone = 1; in timelib_unixtime2local()
171 t->have_zone = 1; in timelib_set_timezone_from_offset()
185 t->have_zone = 1; in timelib_set_timezone_from_abbr()
211 t->have_zone = 1; in timelib_set_timezone()
H A Dtm2unixtime.c406 if (current_offset == after_offset && tz->have_zone) { in do_adjust_timezone()
H A Dtimelib.h263 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
H A Dparse_date.re103have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_DOUBLE_TZ, "Double timezone specifi…
2461 s->time->have_zone = 1;
2564 s->time->have_zone = 1;
2574 s->time->have_zone = 1;
H A Dparse_date.c105have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_DOUBLE_TZ, "Double timezone specifi…
25311 s->time->have_zone = 1; in timelib_parse_from_format_with_map()
25414 s->time->have_zone = 1; in timelib_parse_from_format_with_map()
25424 s->time->have_zone = 1; in timelib_parse_from_format_with_map()
/php-src/ext/date/
H A Dphp_date.c3311 tmp_time->have_zone && tmp_time->zone_type == TIMELIB_ZONETYPE_OFFSET && in php_date_modify()
4887 if (time->have_date || time->have_time || time->have_zone) { in PHP_FUNCTION()
4920 if (time->have_date || time->have_time || time->have_zone) { in PHP_METHOD()

Completed in 51 milliseconds