Lines Matching defs:timezone
12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
29 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {}
161 function datefmt_create(?string $locale, int $dateType, int $timeType, $timezone = null, IntlCalend…
178 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {}
376 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
381 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
383 function intltz_get_dst_savings(IntlTimeZone $timezone): int {}
387 function intltz_get_error_code(IntlTimeZone $timezone): int|false {}
389 function intltz_get_error_message(IntlTimeZone $timezone): string|false {}
393 function intltz_get_id(IntlTimeZone $timezone): string|false {}
399 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
401 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
415 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {}
417 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
419 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {}