Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c217 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument
224 t->z = utc_offset; in timelib_set_timezone_from_offset()
238 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
H A Dtimelib_structs.h186 timelib_sll utc_offset; member
H A Dtimelib.h98 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
/PHP-5.5/ext/date/
H A Dphp_date.c2245 utc_offset > 0 ? '-' : '+', in date_object_get_properties()
2246 abs(utc_offset / 60), in date_object_get_properties()
2247 abs((utc_offset % 60))); in date_object_get_properties()
2305 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()
2308 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2346 abs(tzobj->tzi.utc_offset / 60), in date_object_get_properties_timezone()
2347 abs((tzobj->tzi.utc_offset % 60))); in date_object_get_properties_timezone()
3791 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION() local
3794 utc_offset > 0 ? '-' : '+', in PHP_FUNCTION()
3795 abs(utc_offset / 60), in PHP_FUNCTION()
[all …]
H A Dphp_date.h141 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp60 : -(int)((php_timezone_obj*)object)->tzi.utc_offset,
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp89 tzobj->tzi.utc_offset = -1 * timeZone->getRawOffset() / (60 * 1000); in timezone_convert_to_datetimezone()

Completed in 60 milliseconds