Lines Matching refs:timezone

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