Home
last modified time | relevance | path

Searched defs:timezone (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/win32/
H A Dtime.h20 struct timezone { struct
21 int tz_minuteswest;
22 int tz_dsttime;
/PHP-8.0/ext/date/
H A Dphp_date.stub.php33 function date_create(string $datetime = "now", ?DateTimeZone $timezone = null): DateTime|false {}
36 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {}
39 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {}
42 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTimeImmutable|false {}
60 function date_timezone_set(DateTime $object, DateTimeZone $timezone): DateTime {}
78 function timezone_open(string $timezone): DateTimeZone|false {}
143 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {}
202 public function setTimezone(DateTimeZone $timezone) {}
249 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {}
309 public function setTimezone(DateTimeZone $timezone) {}
[all …]
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php11 …public function __construct(?string $locale, int $dateType, int $timeType, $timezone = null, $cale…
18 …public static function create(?string $locale, int $dateType, int $timeType, $timezone = null, Int…
67 public function setTimeZone($timezone) {}
H A Ddateformat_attrcpp.cpp86 TimeZone *timezone; in PHP_FUNCTION() local
H A Ddateformat_create.cpp63 TimeZone *timezone = NULL; in datefmt_ctor() local
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
29 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {}
178 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {}
376 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {}
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 {}
401 function intltz_get_raw_offset(IntlTimeZone $timezone): int {}
417 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {}
[all …]
/PHP-8.0/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC key
/PHP-8.0/ext/standard/tests/ini_info/scandir/
H A D0.ini4 date.timezone = Antarctica/McMurdo key
/PHP-8.0/ext/date/lib/
H A Dparse_tz.c438 static int seek_to_tz_position(const unsigned char **tzf, const char *timezone, const timelib_tzdb … in seek_to_tz_position()
475 int timelib_timezone_id_is_valid(const char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid()
517 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod… in timelib_parse_tzfile()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php14 public static function createInstance($timezone = null, ?string $locale = null) {}
274 public function setTimeZone($timezone) {}
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php44 public static function fromDateTimeZone(DateTimeZone $timezone) {}
/PHP-8.0/ext/openssl/
H A Dopenssl.c64 #define timezone _timezone /* timezone is called _timezone in LibC */ macro

Completed in 40 milliseconds