Searched refs:have_zone (Results 1 – 6 of 6) sorted by relevance
115 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()
406 if (current_offset == after_offset && tz->have_zone) { in do_adjust_timezone()
263 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
103 …have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_DOUBLE_TZ, "Double timezone specifi…2465 s->time->have_zone = 1;2568 s->time->have_zone = 1;2578 s->time->have_zone = 1;
105 …have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_DOUBLE_TZ, "Double timezone specifi…25315 s->time->have_zone = 1; in timelib_parse_from_format_with_map()25418 s->time->have_zone = 1; in timelib_parse_from_format_with_map()25428 s->time->have_zone = 1; in timelib_parse_from_format_with_map()
3288 tmp_time->have_zone && tmp_time->zone_type == TIMELIB_ZONETYPE_OFFSET && in php_date_modify()4883 if (time->have_date || time->have_time || time->have_zone) { in PHP_FUNCTION()4916 if (time->have_date || time->have_time || time->have_zone) { in PHP_METHOD()
Completed in 64 milliseconds