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 {}
336 $timezone = null,
356 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): bool {}
575 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
580 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
582 function intltz_get_dst_savings(IntlTimeZone $timezone): int {}
586 function intltz_get_error_code(IntlTimeZone $timezone): int|false {}
588 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
592 function intltz_get_id(IntlTimeZone $timezone): string|false {}
598 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
600 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
614 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
616 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
618 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {}