Searched refs:utc_offset (Results 1 – 7 of 7) sorted by relevance
217 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument224 t->z = utc_offset; in timelib_set_timezone_from_offset()238 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
186 timelib_sll utc_offset; member
98 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
2245 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() local3794 utc_offset > 0 ? '-' : '+', in PHP_FUNCTION()3795 abs(utc_offset / 60), in PHP_FUNCTION()[all …]
141 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 27 milliseconds