Searched defs:isdst (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | timelib_private.h | 141 int isdst; member
|
H A D | parse_tz.c | 377 static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in find_ttinfo_index() 406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index()
|
H A D | parse_date.c | 774 …tic const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst) in abbr_search() 25574 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 4038 zend_long isdst = -1; in PHP_FUNCTION() local
|
Completed in 63 milliseconds