Searched refs:utc_offset (Results 1 – 6 of 6) sorted by relevance
163 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument170 t->z = utc_offset; in timelib_set_timezone_from_offset()184 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
274 timelib_sll utc_offset; member704 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
74 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
1953 utc_offset < 0 ? '-' : '+', in date_object_to_hash()1954 abs(utc_offset / 3600), in date_object_to_hash()2022 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()2025 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()2055 return o1->tzi.utc_offset == o2->tzi.utc_offset ? 0 : 1; in date_object_compare_timezone()2071 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string() local2072 int seconds = utc_offset % 60; in php_timezone_to_string()2086 utc_offset < 0 ? '-' : '+', in php_timezone_to_string()2087 abs((int)(utc_offset / 3600)), in php_timezone_to_string()3559 tzobj->tzi.utc_offset = t->z; in set_timezone_from_timelib_time()[all …]
55 : (int)((php_timezone_obj*)object)->tzi.utc_offset / 60, in timezone_convert_datetimezone()
87 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()
Completed in 35 milliseconds