Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c127 switch (tm->zone_type) { in timelib_update_from_sse()
162 switch (tm->zone_type) { in timelib_unixtime2local()
209 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_set_timezone_from_offset()
223 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_set_timezone_from_abbr()
249 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_set_timezone()
H A Dinterval.c50 if (one->zone_type == 3 && two->zone_type == 3 in timelib_diff()
H A Dtimelib.c283 printf("TYPE: %d ", d->zone_type); in timelib_dump_date()
292 switch (d->zone_type) { in timelib_dump_date()
H A Dparse_date.re793 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
799 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
823 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
831 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
846 t->zone_type = TIMELIB_ZONETYPE_ABBR;
856 t->zone_type = TIMELIB_ZONETYPE_ID;
1091 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET;
1878 in.time->zone_type = 0;
2046 in.time->zone_type = 0;
2469 if (parsed->zone_type == 0 && now->zone_type != 0) {
[all …]
H A Dparse_iso_intervals.re381 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET;
394 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET;
H A Dtimelib.h223 unsigned int zone_type; /* 1 time offset, member
H A Dparse_iso_intervals.c986 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
999 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
H A Dtm2unixtime.c429 switch (tz->zone_type) { in do_adjust_timezone()
H A Dparse_tz.c699 switch (t->zone_type) { in timelib_get_current_offset()
H A Dparse_date.c795 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_tz_minutes()
801 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_tz_minutes()
825 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
833 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
848 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_parse_zone()
858 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_parse_zone()
21487 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET; in scan()
24986 in.time->zone_type = 0; in timelib_strtotime()
25154 in.time->zone_type = 0; in timelib_parse_from_format_with_map()
25577 if (parsed->zone_type == 0 && now->zone_type != 0) { in timelib_fill_holes()
[all …]
/PHP-7.4/ext/date/tests/
H A Ddate_parse_001.phpt104 ["zone_type"]=>
228 ["zone_type"]=>
264 ["zone_type"]=>
H A Dbug35499.phpt42 ["zone_type"]=>
H A Ddate_parse_error.phpt86 ["zone_type"]=>
/PHP-7.4/ext/date/
H A Dphp_date.c1224 switch (t->zone_type) { in date_format()
1309 t->zone_type = TIMELIB_ZONETYPE_ID; in php_format_date()
1338 t->zone_type = TIMELIB_ZONETYPE_ID; in php_idate()
1809 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
1860 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
2757 now->zone_type = type; in php_date_initialize()
3142 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone_type, zone_type); in php_date_do_return_parsed_time()
3143 switch (parsed_time->zone_type) { in php_date_do_return_parsed_time()
3466 tzobj->type = t->zone_type; in set_timezone_from_timelib_time()
3467 switch (t->zone_type) { in set_timezone_from_timelib_time()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp151 *tz = timezone_convert_datetimezone(datetime->time->zone_type, in intl_datetime_decompose()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1166 timeZone = timezone_convert_datetimezone(datetime->time->zone_type, in PHP_FUNCTION()

Completed in 87 milliseconds