Lines Matching defs:timezone
12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
33 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {}
169 $timezone = null,
189 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {}
407 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
412 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
414 function intltz_get_dst_savings(IntlTimeZone $timezone): int {}
418 function intltz_get_error_code(IntlTimeZone $timezone): int|false {}
420 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
424 function intltz_get_id(IntlTimeZone $timezone): string|false {}
430 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
432 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
446 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
448 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
450 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {}