Home
last modified time | relevance | path

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

/PHP-8.0/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
637 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
/PHP-8.0/ext/date/
H A Dphp_date.h57 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
H A Dphp_date.c1874 int utc_offset = dateobj->time->z; in date_object_get_properties_for() local
1877 utc_offset < 0 ? '-' : '+', in date_object_get_properties_for()
1878 abs(utc_offset / 3600), in date_object_get_properties_for()
1879 abs(((utc_offset % 3600) / 60))); in date_object_get_properties_for()
1922 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()
1925 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
1955 return o1->tzi.utc_offset == o2->tzi.utc_offset ? 0 : 1; in date_object_compare_timezone()
1972 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string() local
1975 utc_offset < 0 ? '-' : '+', in php_timezone_to_string()
1976 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
[all …]
/PHP-8.0/ext/intl/common/
H A Dcommon_date.cpp55 : (int)((php_timezone_obj*)object)->tzi.utc_offset / 60, in timezone_convert_datetimezone()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp87 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()

Completed in 45 milliseconds