Home
last modified time | relevance | path

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

/PHP-7.2/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.h227 timelib_sll utc_offset; member
556 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp54 : (int)((php_timezone_obj*)object)->tzi.utc_offset / 60,
/PHP-7.2/ext/date/
H A Dphp_date.c2312 utc_offset < 0 ? '-' : '+', in date_object_get_properties()
2313 abs(utc_offset / 3600), in date_object_get_properties()
2314 abs(((utc_offset % 3600) / 60))); in date_object_get_properties()
2366 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()
2369 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2386 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string() local
2389 utc_offset < 0 ? '-' : '+', in php_timezone_to_string()
2390 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
2391 abs((int)(utc_offset % 3600) / 60)); in php_timezone_to_string()
2709 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
[all …]
H A Dphp_date.h154 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp87 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()

Completed in 31 milliseconds