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 {}
573 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
578 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
580 function intltz_get_dst_savings(IntlTimeZone $timezone): int {}
584 function intltz_get_error_code(IntlTimeZone $timezone): int|false {}
586 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
590 function intltz_get_id(IntlTimeZone $timezone): string|false {}
596 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
598 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
610 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
612 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
614 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {}