Lines Matching defs:timezone
177 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
198 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {}
334 $timezone = null,
354 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {}
572 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
577 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
579 function intltz_get_dst_savings(IntlTimeZone $timezone): int {}
583 function intltz_get_error_code(IntlTimeZone $timezone): int|false {}
585 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
589 function intltz_get_id(IntlTimeZone $timezone): string|false {}
595 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
597 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
611 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
613 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
615 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {}