Home
last modified time | relevance | path

Searched refs:timezone (Results 76 – 100 of 388) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/date/tests/
H A Dbug62852.phpt4 date.timezone=GMT
7 …me":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}';
H A Ddate_sunrise_variation7.phpt2 …_sunrise() function : usage variation - Checking sunrise for consecutive days in specific timezone
21 foreach($inputs as $timezone => $value) {
22 date_default_timezone_set($timezone);
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 DDateTime_createFromImmutable-001.phpt4 date.timezone=Europe/London
29 ["timezone"]=>
H A Dbug67118_2.phpt4 date.timezone=Europe/Paris
32 ["timezone"]=>
H A Dbug72963.phpt4 date.timezone=UTC
45 ["timezone"]=>
53 ["timezone"]=>
H A DDateTime_construct_error.phpt12 $timezone = timezone_open("GMT");
15 var_dump( new DateTime($time, $timezone, $extra_arg) );
H A DDateTime_createFromImmutable-002.phpt4 date.timezone=Europe/London
31 ["timezone"]=>
H A D014.phpt25 ["timezone"]=>
31 ["timezone"]=>
H A Dbug73426.phpt4 date.timezone=UTC
22 ["timezone"]=>
H A Dbug62852_var2.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
H A Dbug62852_var3.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
H A DDateTimeZone_clone_basic1.phpt34 ["timezone"]=>
40 ["timezone"]=>
H A Dbug14561.phpt4 date.timezone=GMT
H A Dtimestamp-in-dst.phpt4 date.timezone=UTC
/PHP-8.0/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-8.0/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp86 TimeZone *timezone; in PHP_FUNCTION() local
97 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()
99 if (timezone == NULL) { in PHP_FUNCTION()
103 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()
/PHP-8.0/ext/intl/tests/
H A Ddateformat_format.phpt18 $timezone = 'GMT-10:00';
323 'timezone' => 'UTC',
331 'timezone' => 'UTC',
339 'timezone' => 'UTC',
347 'timezone' => 'UTC',
355 'timezone' => 'UTC',
363 'timezone' => 'PDT',
371 'timezone' => 'PDT',
379 'timezone' => 'PDT',
387 'timezone' => 'PDT',
[all …]
H A Dtimezone_toDateTimeZone_error.phpt23 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
25 Fatal error: Uncaught TypeError: intltz_to_date_time_zone(): Argument #1 ($timezone) must be of typ…
H A Ddateformat_format_variant2.phpt18 $timezone = 'GMT-10:00';
323 'timezone' => 'UTC',
331 'timezone' => 'UTC',
339 'timezone' => 'UTC',
347 'timezone' => 'UTC',
355 'timezone' => 'UTC',
363 'timezone' => 'America/Los_Angeles',
371 'timezone' => 'America/Los_Angeles',
379 'timezone' => 'America/Los_Angeles',
387 'timezone' => 'America/Los_Angeles',
[all …]
H A Ddateformat_format_variant3.phpt20 $timezone = 'GMT-10:00';
325 'timezone' => 'UTC',
333 'timezone' => 'UTC',
341 'timezone' => 'UTC',
349 'timezone' => 'UTC',
357 'timezone' => 'UTC',
365 'timezone' => 'PDT',
373 'timezone' => 'PDT',
381 'timezone' => 'PDT',
389 'timezone' => 'PDT',
[all …]
H A Ddateformat_create_cal_arg.phpt11 ini_set("date.timezone", 'Atlantic/Azores');
23 //override calendar's timezone
36 //the timezone can be overridden when not specifying a calendar
H A Ddateformat_create_cal_arg_variant2.phpt11 ini_set("date.timezone", 'Atlantic/Azores');
23 //override calendar's timezone
36 //the timezone can be overridden when not specifying a calendar
/PHP-8.0/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC key
/PHP-8.0/ext/calendar/tests/
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

Completed in 26 milliseconds

12345678910>>...16