Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dunixtime2tm.c163 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() argument
170 t->z = utc_offset; in timelib_set_timezone_from_offset()
184 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
H A Dtimelib.h274 timelib_sll utc_offset; member
704 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
/php-src/ext/date/
H A Dphp_date.h74 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ member
H A Dphp_date.c1949 utc_offset < 0 ? '-' : '+', in date_object_to_hash()
1950 abs(utc_offset / 3600), in date_object_to_hash()
2018 new_obj->tzi.utc_offset = old_obj->tzi.utc_offset; in date_object_clone_timezone()
2021 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2051 return o1->tzi.utc_offset == o2->tzi.utc_offset ? 0 : 1; in date_object_compare_timezone()
2067 timelib_sll utc_offset = tzobj->tzi.utc_offset; in php_timezone_to_string() local
2068 int seconds = utc_offset % 60; in php_timezone_to_string()
2082 utc_offset < 0 ? '-' : '+', in php_timezone_to_string()
2083 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
3545 tzobj->tzi.utc_offset = t->z; in set_timezone_from_timelib_time()
[all …]
/php-src/ext/intl/common/
H A Dcommon_date.cpp55 : (int)((php_timezone_obj*)object)->tzi.utc_offset / 60, in timezone_convert_datetimezone()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp87 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()

Completed in 36 milliseconds