Home
last modified time | relevance | path

Searched refs:timezone (Results 51 – 75 of 425) sorted by relevance

12345678910>>...17

/PHP-8.1/ext/date/tests/
H A DDateTimeZone_clone_basic2.phpt40 ["timezone"]=>
50 ["timezone"]=>
64 ["timezone"]=>
78 ["timezone"]=>
H A DDateTime_clone_basic2.phpt42 ["timezone"]=>
54 ["timezone"]=>
70 ["timezone"]=>
86 ["timezone"]=>
H A Dbug53879.phpt4 date.timezone=UTC
15 [timezone] => GMT
H A Ddate_sunset_variation7.phpt2 …e_sunset() function : usage variation - Checking sunrise for consecutive days in specific timezone
23 foreach($inputs as $timezone => $value) {
24 echo "\n--$timezone--\n";
25 date_default_timezone_set($timezone);
H A Dbug74671.phpt2 Bug #74671 (DST timezone abbreviation has incorrect offset)
18 ["timezone"]=>
H A Dbug53502.phpt2 Bug #53502 (strtotime with timezone memory leak)
4 date.timezone=UTC
H A Dbug78383.phpt16 ["timezone"]=>
22 ["timezone"]=>
H A Dbug55407.phpt9 …public static function createFromFormat($format, $time, \DateTimeZone $timezone = null): DateTime|…
10 return new DateTime(parent::createFromFormat($format, $time, $timezone));
H A Dbug71525.phpt4 date.timezone=UTC
18 ["timezone"]=>
H A Ddate_parse_error.phpt39 string(29) "Double timezone specification"
48 string(47) "The timezone could not be found in the database"
54 string(29) "Double timezone specification"
H A Dbug81504.phpt2 Bug #81504: Incorrect timezone transition details for POSIX data
4 date.timezone=UTC
H A Dbug75577.phpt4 date.timezone=Europe/London
20 ["timezone"]=>
H A Dgh9880.phpt2 Bug GH-9880 (DateTime diff returns wrong sign on day count when using a timezone)
6 ini_set('date.timezone', 'America/Los_Angeles');
H A Ddate_default_timezone_set_error.phpt7 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
14 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A DDateTimeImmutable_createFromMutable-001.phpt4 date.timezone=Europe/London
24 ["timezone"]=>
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
4 date.timezone=America/Montreal
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 DDateTimeImmutable_createFromMutable-002.phpt4 date.timezone=Europe/London
26 ["timezone"]=>
H A Dgmdate_variation10.phpt27 echo "\n-- Testing gmdate() function with timezone abbreviation format --\n";
31 echo "\n-- Testing gmdate() function with timezone offset format --\n";
55 -- Testing gmdate() function with timezone abbreviation format --
59 -- Testing gmdate() function with timezone offset format --
H A Dbug51866.phpt53 ["timezone"]=>
79 ["timezone"]=>
105 ["timezone"]=>
148 ["timezone"]=>
H A Dbug53437.phpt38 ["timezone"]=>
47 ["timezone"]=>
99 ["timezone"]=>
108 ["timezone"]=>
H A Dbug26317.phpt2 Bug #26317 (military timezone offset signedness)
4 date.timezone=GMT0
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php11 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
32 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
33 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {} argument
164 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
169 $timezone = null, argument
188 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
414 function intltz_get_dst_savings(IntlTimeZone $timezone): int {} argument
418 function intltz_get_error_code(IntlTimeZone $timezone): int|false {} argument
424 function intltz_get_id(IntlTimeZone $timezone): string|false {} argument
432 function intltz_get_raw_offset(IntlTimeZone $timezone): int {} argument
[all …]
/PHP-8.1/sapi/fpm/tests/
H A Dbug75212-php-value-in-user-ini.phpt21 php_value[date.timezone]=Europe/London
27 var_dump(ini_get('memory_limit'), ini_get('date.timezone'));
33 date.timezone=Europe/Paris
/PHP-8.1/win32/
H A Dtime.h20 struct timezone { struct
47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);

Completed in 35 milliseconds

12345678910>>...17