/PHP-8.2/ext/date/tests/ |
H A D | bug68549-dst-transition-DateTime-setTimestamp.phpt | 11 1615687199, // Sat Mar 13 17:59:59 PST 2021 (Sun Mar 14 01:59:59 UTC 2021) 12 1615687200, // Sat Mar 13 18:00:00 PST 2021 (Sun Mar 14 02:00:00 UTC 2021) 13 1615687201, // Sat Mar 13 18:00:01 PST 2021 (Sun Mar 14 02:00:01 UTC 2021) 14 1615690799, // Sat Mar 13 18:59:59 PST 2021 (Sun Mar 14 02:59:59 UTC 2021) 15 1615690800, // Sat Mar 13 19:00:00 PST 2021 (Sun Mar 14 03:00:00 UTC 2021) 16 1615690801, // Sat Mar 13 19:00:01 PST 2021 (Sun Mar 14 03:00:01 UTC 2021) 30 1636246799, // Sat Nov 6 17:59:59 PDT 2021 (Sun Nov 7 00:59:59 UTC 2021) 31 1636246800, // Sat Nov 6 18:00:00 PDT 2021 (Sun Nov 7 01:00:00 UTC 2021) 32 1636246801, // Sat Nov 6 18:00:01 PDT 2021 (Sun Nov 7 01:00:01 UTC 2021) 33 1636250399, // Sat Nov 6 18:59:59 PDT 2021 (Sun Nov 7 01:59:59 UTC 2021) [all …]
|
H A D | bug68549-dst-transition-DateTime-setTimezone.phpt | 11 1615687199, // Sat Mar 13 17:59:59 PST 2021 (Sun Mar 14 01:59:59 UTC 2021) 12 1615687200, // Sat Mar 13 18:00:00 PST 2021 (Sun Mar 14 02:00:00 UTC 2021) 13 1615687201, // Sat Mar 13 18:00:01 PST 2021 (Sun Mar 14 02:00:01 UTC 2021) 14 1615690799, // Sat Mar 13 18:59:59 PST 2021 (Sun Mar 14 02:59:59 UTC 2021) 15 1615690800, // Sat Mar 13 19:00:00 PST 2021 (Sun Mar 14 03:00:00 UTC 2021) 16 1615690801, // Sat Mar 13 19:00:01 PST 2021 (Sun Mar 14 03:00:01 UTC 2021) 30 1636246799, // Sat Nov 6 17:59:59 PDT 2021 (Sun Nov 7 00:59:59 UTC 2021) 31 1636246800, // Sat Nov 6 18:00:00 PDT 2021 (Sun Nov 7 01:00:00 UTC 2021) 32 1636246801, // Sat Nov 6 18:00:01 PDT 2021 (Sun Nov 7 01:00:01 UTC 2021) 33 1636250399, // Sat Nov 6 18:59:59 PDT 2021 (Sun Nov 7 01:59:59 UTC 2021) [all …]
|
H A D | bug78139.phpt | 7 "x UTC", 8 "xx UTC", 11 "UTC xx", 40 Parsing 'x UTC': 42 Warning: timezone_open(): Unknown or bad timezone (x UTC) in %sbug78139.php on line %d 44 DateTimeZone::__construct(): Unknown or bad timezone (x UTC) 47 Parsing 'xx UTC': 49 Warning: timezone_open(): Unknown or bad timezone (xx UTC) in %sbug78139.php on line %d 51 DateTimeZone::__construct(): Unknown or bad timezone (xx UTC) 68 Parsing 'UTC xx': [all …]
|
H A D | bug45529.phpt | 2 Bug #45529 (UTC not properly recognised as timezone identifier while parsing) 6 $tz1 = new DateTimeZone('UTC'); 7 $tz2 = date_create('UTC')->getTimeZone(); 18 UTC 19 UTC
|
H A D | date_period_unserialize1.phpt | 6 $start = new DateTime("2022-07-14 00:00:00", new DateTimeZone("UTC")); 8 $end = new DateTime("2022-07-16 00:00:00", new DateTimeZone("UTC")); 13 "start" => new DateTime("2022-07-14 12:00:00", new DateTimeZone("UTC")), 14 "end" => new DateTime("2022-07-16 12:00:00", new DateTimeZone("UTC")), 35 string(3) "UTC" 46 string(3) "UTC"
|
H A D | 015.phpt | 5 date_default_timezone_set('UTC'); 17 string(3) "UTC" 18 string(3) "UTC" 20 string(3) "UTC"
|
H A D | 010.phpt | 5 date_default_timezone_set('UTC'); 28 string(7) "Etc/UTC" 46 string(3) "UTC" 55 string(3) "UTC"
|
H A D | bug54340.phpt | 4 date.timezone=UTC 27 string(3) "UTC" 35 string(3) "UTC" 43 string(3) "UTC"
|
H A D | bug80483.phpt | 4 date.timezone=UTC 25 string(3) "UTC" 27 …s:4:"date";s:28:"+20201-01-01 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" 34 string(3) "UTC"
|
H A D | gh-124.phpt | 4 date.timezone=UTC 13 var_dump((new DateTime('-292277022657-01-27 08:29:52 UTC'))->getTimestamp()); 14 var_dump((new DateTime('-292277022657-01-27 08:29:53 UTC'))->getTimestamp()); 17 var_dump((new DateTime('+292277026596-12-04 15:30:07 UTC'))->getTimestamp());
|
H A D | date-lenient-create.phpt | 5 $tz = new DateTimeZone("UTC"); 51 [timezone] => UTC 72 [timezone] => UTC 93 [timezone] => UTC 114 [timezone] => UTC 121 [timezone] => UTC
|
H A D | bug35422.phpt | 2 Bug #35422 (strtotime() does not parse times with UTC as timezone) 5 date_default_timezone_set("UTC"); 7 echo date(DATE_ISO8601, strtotime("July 1, 2000 00:00:00 UTC")) . "\n";
|
H A D | 012.phpt | 5 date_default_timezone_set('UTC'); 23 string(3) "UTC" 32 string(3) "UTC" 41 string(3) "UTC"
|
H A D | 013.phpt | 5 date_default_timezone_set('UTC'); 24 string(3) "UTC" 33 string(3) "UTC" 42 string(3) "UTC"
|
H A D | ini_set_incorrect-002.phpt | 4 date.timezone=UTC 19 UTC 21 Warning: ini_set(): Invalid date.timezone value 'foo', using 'UTC' instead in %sini_set_incorrect-0… 22 UTC
|
H A D | date_default_timezone_get-1.phpt | 16 Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0 17 UTC 18 UTC
|
H A D | date_timestamp_set.phpt | 6 date.timezone = UTC; 10 $dftz021 = date_default_timezone_get(); //UTC 19 string(47) "021 => (1234567890) => UTC 2009-Feb-13 23:31:30"
|
H A D | bug54316.phpt | 4 date.timezone=UTC 20 string(3) "UTC" 28 string(3) "UTC"
|
H A D | date_time_fractions_serialize.phpt | 4 date.timezone=UTC 17 …3:{s:4:"date";s:26:"2016-10-03 12:47:18.819313";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";} 24 string(3) "UTC"
|
H A D | bug-gh11368.phpt | 4 date.timezone=UTC 24 string(3) "UTC" 32 string(3) "UTC"
|
/PHP-8.2/ext/calendar/tests/ |
H A D | unixtojd.phpt | 6 TZ=UTC 10 putenv('TZ=UTC'); 11 // getenv('TZ') returns 'UTC' here 13 …t to GetEnvironmentVariableA just before tzset() is called to check the value of 'TZ' returns 'UTC' 16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in--ENV-- section 17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") … 21 // -uses --INI-- section with date.timezone=UTC 22 // -uses putenv('TZ=UTC') 23 // date.timezone=UTC
|
/PHP-8.2/ext/intl/tests/ |
H A D | dateformat_get_set_calendar.phpt | 13 $ts = strtotime('2012-01-01 00:00:00 UTC'); 33 $cal = IntlCalendar::createInstance("UTC"); 39 dimanche 1 janvier 2012 ap. J.-C. 03:00:00 UTC+03:00 44 dimanche 8 Safar 1433 AH 03:00:00 UTC+03:00 49 dimanche 1 janvier 2012 ap. J.-C. 00:00:00 UTC 52 string(3) "UTC"
|
H A D | dateformat_get_set_calendar_variant2.phpt | 13 $ts = strtotime('2012-01-01 00:00:00 UTC'); 33 $cal = IntlCalendar::createInstance("UTC"); 39 dimanche 1 janvier 2012 ap. J.-C. 03:00:00 UTC+03:00 44 dimanche 8 safar 1433 AH 03:00:00 UTC+03:00 49 dimanche 1 janvier 2012 ap. J.-C. 00:00:00 UTC 52 string(3) "UTC"
|
H A D | dateformat_get_set_calendar_variant3.phpt | 14 $ts = strtotime('2012-01-01 00:00:00 UTC'); 34 $cal = IntlCalendar::createInstance("UTC"); 40 dimanche 1 janvier 2012 ap. J.-C. à 03:00:00 UTC+03:00 45 dimanche 8 safar 1433 AH à 03:00:00 UTC+03:00 50 dimanche 1 janvier 2012 ap. J.-C. à 00:00:00 UTC 53 string(3) "UTC"
|
H A D | bug74298.phpt | 13 'UTC', 16 ))->format(new \DateTime('2017-01-01 01:02:03.123456', new \DateTimeZone('UTC')))); 22 'UTC', 25 )->format(new \DateTime('2017-01-01 01:02:03.123456', new \DateTimeZone('UTC'))));
|