Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dunixtime2tm.c136 timelib_time_offset *gmt_offset; in timelib_update_from_sse() local
140 timelib_time_offset_dtor(gmt_offset); in timelib_update_from_sse()
159 timelib_time_offset *gmt_offset; in timelib_unixtime2local() local
182 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
183 tm->z = gmt_offset->offset; in timelib_unixtime2local()
187 timelib_time_offset_dtor(gmt_offset); in timelib_unixtime2local()
230 timelib_time_offset *gmt_offset; in timelib_set_timezone() local
233 t->z = gmt_offset->offset; in timelib_set_timezone()
240 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
245 t->tz_abbr = timelib_strdup(gmt_offset->abbr); in timelib_set_timezone()
[all …]
H A Dtm2unixtime.c476 timelib_time_offset *gmt_offset; in do_adjust_timezone() local
478 gmt_offset = timelib_get_time_zone_info(tz->sse + tmp, tzi); in do_adjust_timezone()
479 tz->z = gmt_offset->offset; in do_adjust_timezone()
481 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
485 tz->tz_abbr = timelib_strdup(gmt_offset->abbr); in do_adjust_timezone()
486 timelib_time_offset_dtor(gmt_offset); in do_adjust_timezone()
H A Dparse_tz.c725 timelib_time_offset *gmt_offset; in timelib_get_current_offset() local
734 gmt_offset = timelib_get_time_zone_info(t->sse, t->tz_info); in timelib_get_current_offset()
735 retval = gmt_offset->offset; in timelib_get_current_offset()
736 timelib_time_offset_dtor(gmt_offset); in timelib_get_current_offset()
/PHP-8.0/ext/date/
H A Dphp_date.c4529 double latitude, longitude, zenith, gmt_offset, altitude; in php_do_date_sunrise_sunset() local
4546 Z_PARAM_DOUBLE_OR_NULL(gmt_offset, gmt_offset_is_null) in php_do_date_sunrise_sunset()
4584 gmt_offset = timelib_get_current_offset(t) / 3600; in php_do_date_sunrise_sunset()
4598 N = (calc_sunset ? h_set : h_rise) + gmt_offset; in php_do_date_sunrise_sunset()

Completed in 53 milliseconds