Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c200 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument
207 t->z = utc_offset; in timelib_set_timezone_from_offset()
221 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
H A Dtimelib.h229 timelib_sll utc_offset; member
636 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
/PHP-7.4/ext/date/
H A Dphp_date.c2333 int utc_offset = dateobj->time->z; in date_object_get_properties_for() local
2336 utc_offset < 0 ? '-' : '+', in date_object_get_properties_for()
2337 abs(utc_offset / 3600), in date_object_get_properties_for()
2338 abs(((utc_offset % 3600) / 60))); in date_object_get_properties_for()
2381 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()
2384 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2412 return o1->tzi.utc_offset == o2->tzi.utc_offset ? 0 : 1; in date_object_compare_timezone()
2429 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string() local
2432 utc_offset < 0 ? '-' : '+', in php_timezone_to_string()
2433 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
[all …]
H A Dphp_date.h149 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp57 : (int)((php_timezone_obj*)object)->tzi.utc_offset / 60, in timezone_convert_datetimezone()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp89 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()

Completed in 37 milliseconds