Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dunixtime2tm.c156 gmt_offset = timelib_get_time_zone_info(tm->sse, tm->tz_info); in timelib_update_from_sse()
178 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local()
201 tm->tz_info = tz; in timelib_unixtime2local()
228 t->tz_info = NULL; in timelib_set_timezone_from_offset()
242 t->tz_info = NULL; in timelib_set_timezone_from_abbr()
258 t->tz_info = tz; in timelib_set_timezone()
279 if (!t->tz_info) { in timelib_apply_localtime()
H A Dtimelib.c56 if (orig->tz_info) { in timelib_time_clone()
57 tmp->tz_info = orig->tz_info; in timelib_time_clone()
224 if (d->tz_info) { in timelib_dump_date()
225 printf(" %s", d->tz_info->name); in timelib_dump_date()
H A Dinterval.c43 && (strcmp(one->tz_info->name, two->tz_info->name) == 0) in timelib_diff()
H A Dtimelib_structs.h159 timelib_tzinfo *tz_info; /* Timezone structure */ member
H A Dparse_date.re833 t->tz_info = timelib_parse_tzfile(tz_name);
840 t->tz_info = res;
1879 time->tz_info = NULL;
2251 if (!parsed->tz_info) {
2252 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
2257 parsed->tz_info = now->tz_info ? timelib_tzinfo_clone(now->tz_info) : NULL;
H A Dparse_tz.c449 gmt_offset = timelib_get_time_zone_info(t->sse, t->tz_info); in timelib_get_current_offset()
H A Dtm2unixtime.c382 tzi = tz->tz_info; in do_adjust_timezone()
H A Dparse_date.c835 t->tz_info = timelib_parse_tzfile(tz_name); in timelib_get_zone()
842 t->tz_info = res; in timelib_get_zone()
24870 time->tz_info = NULL; in timelib_time_reset_fields()
25242 if (!parsed->tz_info) { in timelib_fill_holes()
25243 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
/PHP-5.4/ext/date/
H A Dphp_date.c1197 t->tz_info = tzi; in php_format_date()
1226 t->tz_info = tzi; in php_idate()
1415 now->tz_info = tzi; in PHP_FUNCTION()
1610 ts->tz_info = tzi; in php_strftime()
1705 ts->tz_info = tzi; in PHP_FUNCTION()
1751 ts->tz_info = tzi; in PHP_FUNCTION()
1870 newdateobj->time->tz_info = it_time->tz_info; in date_period_it_current_data()
2073 new_obj->time->tz_info = old_obj->time->tz_info; in date_object_clone_date()
3943 clone->tz_info = dateobj->time->tz_info; in PHP_METHOD()
4159 t->tz_info = tzi; in php_do_date_sunrise_sunset()
[all …]

Completed in 99 milliseconds