Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 370) sorted by last modified time

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)
H A Dphp.ini-development960 ; Defines the default timezone used by the date functions
961 ; http://php.net/date.timezone
962 ;date.timezone =
H A Dphp.ini-production960 ; Defines the default timezone used by the date functions
961 ; http://php.net/date.timezone
962 ;date.timezone =
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt12 ini_set("date.timezone", 'Atlantic/Azores');
H A Ddateformat_get_set_calendar_variant_icu70.phpt12 ini_set("date.timezone", 'Atlantic/Azores');
H A Dbug68471.phpt2 Bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone)
H A Dmsgfmt_format_intlcalendar_variant2.phpt11 ini_set('date.timezone', 'Europe/Lisbon');
/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 Dbug33415-2.phpt8 have a DST or timezone transition.\n";
24 appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
134 or timezone transition.\n";
151 timezone transition.\n";
197 have a DST or timezone transition.
208 appear to have a DST or timezone transition.
236 appear to have a DST or timezone transition.
279 or timezone transition.
290 timezone transition.
[all …]
H A Dbug48097.phpt4 date.timezone=UTC
22 ["timezone"]=>
33 ["timezone"]=>
H A Dbug65672.phpt4 date.timezone=UTC
/PHP-7.4/ext/date/lib/
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 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/openssl/
H A Dopenssl.c63 #define timezone _timezone /* timezone is called _timezone in LibC */ macro
1039 gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone); in php_openssl_asn1_time_to_time_t()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp447 ZEND_ARG_INFO(0, timezone)
451 ZEND_ARG_INFO(0, timezone)
/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt11 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', false),
12 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', true),
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2874 …st ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone - 3600 : timezone) / 3600)… in to_xml_datetime_ex()
/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/standard/tests/network/
H A Dsetcookie.phpt4 date.timezone=UTC
/PHP-7.4/ext/calendar/tests/
H A Deaster_date.phpt4 date.timezone=UTC
/PHP-7.4/win32/build/
H A DMakefile214 …$(PHP_SDK_PHP_CMD) -d date.timezone=UTC -n -dphar.readonly=0 win32/build/mkdist.php "$(PHP_VERSION…
/PHP-7.4/sapi/cli/tests/
H A D006.phpt14 date.timezone=
/PHP-7.4/ext/standard/
H A Duniqid.c65 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug60723.phpt4 date.timezone=ASIA/Chongqing

Completed in 140 milliseconds

12345678910>>...15