Lines Matching refs:timezone

11 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {} argument
32 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
33 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {} argument
164 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
169 $timezone = null, argument
188 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
189 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {} argument
407 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {} argument
412 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo… argument
414 function intltz_get_dst_savings(IntlTimeZone $timezone): int {} argument
418 function intltz_get_error_code(IntlTimeZone $timezone): int|false {} argument
420 function intltz_get_error_message(IntlTimeZone $timezone): string|false {} argument
424 function intltz_get_id(IntlTimeZone $timezone): string|false {} argument
430 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds… argument
432 function intltz_get_raw_offset(IntlTimeZone $timezone): int {} argument
446 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {} argument
448 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} argument
450 function intltz_use_daylight_time(IntlTimeZone $timezone): bool {} argument