Searched refs:utc_offset (Results 1 – 7 of 7) sorted by relevance
221 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument228 t->z = utc_offset; in timelib_set_timezone_from_offset()242 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
262 timelib_sll utc_offset; member
111 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
2254 utc_offset > 0 ? '-' : '+', in date_object_get_properties()2255 abs(utc_offset / 60), in date_object_get_properties()2256 abs((utc_offset % 60))); in date_object_get_properties()2314 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()2317 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()2355 abs(tzobj->tzi.utc_offset / 60), in date_object_get_properties_timezone()2356 abs((tzobj->tzi.utc_offset % 60))); in date_object_get_properties_timezone()3826 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION() local3829 utc_offset > 0 ? '-' : '+', in PHP_FUNCTION()3830 abs(utc_offset / 60), in PHP_FUNCTION()[all …]
145 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
60 : -(int)((php_timezone_obj*)object)->tzi.utc_offset,
89 tzobj->tzi.utc_offset = -1 * timeZone->getRawOffset() / (60 * 1000); in timezone_convert_to_datetimezone()
Completed in 28 milliseconds