Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 370) sorted by path

12345678910>>...15

/PHP-7.4/
H A DNEWS41 . Updated to latest IANA timezone database (2022a). (Derick)
232 . Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dinternal_parent.phpt7 public static function createFromFormat($format, $time, Wrong $timezone = null) { }
12 …ck compatibility between Test::createFromFormat($format, $time, ?Wrong $timezone = NULL) and DateT…
/PHP-7.4/ext/calendar/tests/
H A Dcal_info.phpt4 date.timezone=UTC
H A Deaster_date.phpt4 date.timezone=UTC
H A Djdtounix.phpt4 date.timezone=UTC
H A Djdtounix_error1.phpt6 date.timezone=UTC
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
23 // date.timezone=UTC
29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
H A Dunixtojd_error1.phpt8 date.timezone=UTC
/PHP-7.4/ext/date/lib/
H A DREADME.rst4 Timelib is a timezone and date/time library that can calculate local time,
H A Dparse_date.re154 /* The timezone table. */
1245 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1311 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1510 if (*ptr) { /* timezone is optional */
1513 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1616 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1729 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1782 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
2323 case TIMELIB_FORMAT_TIMEZONE_OFFSET: /* timezone */
2333 case TIMELIB_FORMAT_TIMEZONE_OFFSET_MINUTES: /* timezone format +/-mmm */
[all …]
H A Dparse_tz.c415 static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) in seek_to_tz_position() argument
425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
452 int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() argument
455 return (seek_to_tz_position(&tzf, timezone, tzdb)); in timelib_timezone_id_is_valid()
494 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb, int *error_code) in timelib_parse_tzfile() argument
502 if (seek_to_tz_position(&tzf, timezone, tzdb)) { in timelib_parse_tzfile()
503 tmp = timelib_tzinfo_ctor(timezone); in timelib_parse_tzfile()
H A Dtimelib.h668 int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb);
685 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb, int *error_code);
/PHP-7.4/ext/date/
H A Dphp_date.c179 ZEND_ARG_INFO(0, timezone)
245 ZEND_ARG_INFO(0, timezone)
249 ZEND_ARG_INFO(0, timezone)
728 if (DATEG(timezone)) { in PHP_RINIT_FUNCTION()
729 efree(DATEG(timezone)); in PHP_RINIT_FUNCTION()
731 DATEG(timezone) = NULL; in PHP_RINIT_FUNCTION()
742 if (DATEG(timezone)) { in PHP_RSHUTDOWN_FUNCTION()
743 efree(DATEG(timezone)); in PHP_RSHUTDOWN_FUNCTION()
745 DATEG(timezone) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1017 if (DATEG(timezone) && (strlen(DATEG(timezone))) > 0) { in guess_timezone()
[all …]
H A Dphp_date.h193 char *timezone;
/PHP-7.4/ext/date/tests/
H A D012.phpt27 ["timezone"]=>
40 ["timezone"]=>
49 ["timezone"]=>
H A D013.phpt27 ["timezone"]=>
44 ["timezone"]=>
53 ["timezone"]=>
H A D014.phpt26 ["timezone"]=>
32 ["timezone"]=>
H A D015.phpt2 timezone object reference handling
H A DDateInterval_format_a.phpt7 date.timezone=UTC
H A DDatePeriod_getter.phpt4 date.timezone=UTC
H A DDatePeriod_properties1.phpt4 date.timezone=UTC
H A DDatePeriod_properties2.phpt4 date.timezone=UTC
H A DDatePeriod_set_state.phpt29 ["timezone"]=>
H A DDatePeriod_wrong_constructor.phpt7 date.timezone=UTC
H A DDateTimeImmutable_createFromMutable.phpt4 date.timezone=Europe/London
21 ["timezone"]=>

Completed in 80 milliseconds

12345678910>>...15