Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/date/tests/
H A Dbug26317.phpt2 Bug #26317 (military timezone offset signedness)
4 date.timezone=GMT0
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";
150 or timezone transition.\n";
167 timezone transition.\n";
213 have a DST or timezone transition.
224 appear to have a DST or timezone transition.
252 appear to have a DST or timezone transition.
305 or timezone transition.
316 timezone transition.
[all …]
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 Ddate_default_timezone_set_error.phpt6 * Description: Sets the default timezone used by all date/time functions in a script.
19 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
37 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A Dbug67118_2.phpt4 date.timezone=Europe/Paris
32 ["timezone"]=>
H A Dgmdate_variation10.phpt33 echo "\n-- Testing gmdate() function with timezone abbreviation format --\n";
37 echo "\n-- Testing gmdate() function with timezone offset format --\n";
62 -- Testing gmdate() function with timezone abbreviation format --
66 -- Testing gmdate() function with timezone offset format --
H A D014.phpt26 ["timezone"]=>
32 ["timezone"]=>
H A Ddate_sunrise_variation7.phpt2 …_sunrise() function : usage variation - Checking sunrise for consecutive days in specific timezone
27 foreach($inputs as $timezone => $value) {
28 date_default_timezone_set($timezone);
H A Dmktime-2.phpt12 foreach($timezones as $timezone)
14 date_default_timezone_set($timezone);
H A Ddate_parse_error.phpt63 string(29) "Double timezone specification"
72 string(47) "The timezone could not be found in the database"
78 string(29) "Double timezone specification"
H A Ddate_parse_variation1.phpt224 string(47) "The timezone could not be found in the database"
230 string(47) "The timezone could not be found in the database"
236 string(47) "The timezone could not be found in the database"
242 string(47) "The timezone could not be found in the database"
248 string(47) "The timezone could not be found in the database"
250 string(29) "Double timezone specification"
H A DDateTimeZone_clone_basic1.phpt35 ["timezone"]=>
41 ["timezone"]=>
/PHP-5.5/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 Ddateformat_format_variant3.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 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_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_variant4.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_setTimeZone_error.phpt11 ini_set("date.timezone", 'Atlantic/Azores');
19 var_dump($df->setTimeZone('non existing timezone'));
46 …r::setTimeZone(): datefmt_set_timezone: no such time zone: 'non existing timezone' in %s on line %d
H A Dtimezone_fromDateTimeZone_basic.phpt20 * which gives a Europe/Berlin timezone */
28 /* I don't think this timezone can be generated without a DateTime object */
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
H A Ddateformat_create_cal_arg_variant3.phpt12 ini_set("date.timezone", 'Atlantic/Azores');
24 //override calendar's timezone
37 //the timezone can be overridden when not specifying a calendar
/PHP-5.5/ext/reflection/tests/
H A D026.phpt25 Default timezone => %s
28 date.timezone => %s => %s
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp115 TimeZone *timezone; in PHP_FUNCTION() local
128 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()
130 if (timezone == NULL) { in PHP_FUNCTION()
134 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()
/PHP-5.5/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 74 milliseconds

12345678910>>...16