Home
last modified time | relevance | path

Searched refs:date (Results 151 – 175 of 624) sorted by last modified time

12345678910>>...25

/php-src/ext/date/tests/
H A Dgh7758.phpt8 $date = new DateTime('@' . $ts);
9 print_r($date);
15 [date] => 1970-01-01 00:00:00.400000
21 [date] => 1970-01-01 00:00:00.000000
27 [date] => 1969-12-31 23:59:59.600000
33 [date] => 1969-12-31 23:59:59.000000
39 [date] => 1969-12-31 23:59:58.600000
H A Dgh9699.phpt6 $date = new DateTimeImmutable('2022-10-09 02:41:54.515330', new DateTimeZone('America/Los_Angeles')…
9 echo $date->diff($now)->format("%R %Y %M %D %H %I %S %F"), "\n";
H A Dgh9700.phpt9 ["date"]=>
H A Dgh9880.phpt6 ini_set('date.timezone', 'America/Los_Angeles');
H A Dgh-124.phpt4 date.timezone=UTC
H A Dbug40861.phpt9 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
14 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
19 $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts));
25 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
/php-src/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt4 date.timezone=Atlantic/Azores
20 date {f,date}
49 date May %d, 2012
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt4 date.timezone=Atlantic/Azores
20 date {f,date}
49 date May %d, 2012
H A Dresourcebundle_null_mandatory_args_variant2.phpt4 date.timezone=Atlantic/Azores
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.phpt4 date.timezone=Atlantic/Azores
H A Dmsgfmt_format_datetime.phpt4 date.timezone=Atlantic/Azores
15 {0,date} {0,time}
H A Dmsgfmt_format_datetime_icu72-1.phpt4 date.timezone=Atlantic/Azores
15 {0,date} {0,time}
H A Ddateformat_formatObject_calendar_variant5.phpt12 ini_set("date.timezone", "Europe/Lisbon");
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt11 ini_set("date.timezone", "Europe/Lisbon");
H A Ddateformat_formatObject_datetime_variant5.phpt12 ini_set("date.timezone", "Europe/Lisbon");
H A Ddateformat_formatObject_datetime_variant_icu72-1.phpt11 ini_set("date.timezone", "Europe/Lisbon");
H A Ddateformat_calendars_variant3.phpt4 date.timezone=Atlantic/Azores
H A Ddateformat_calendars_variant_icu72-1.phpt4 date.timezone=Atlantic/Azores
H A Ddateformat_create_default.phpt2 IntlDateFormatter::create() with default date and time types
6 date.timezone=UTC
H A Ddateformat_create_default_icu72-1.phpt2 IntlDateFormatter::create() with default date and time types
6 date.timezone=UTC
/php-src/ext/standard/tests/streams/
H A Dgh9590-001.phpt33 in order to avoid seeing this error again at a later date. in %s on line %d
H A Dgh9590-002.phpt35 in order to avoid seeing this error again at a later date. in %s:%d
/php-src/sapi/fpm/tests/
H A Dconfig-array.phpt21 php_value[date.timezone] = Europe/London
33 'php_value[date.timezone] = Europe/London',
/php-src/ext/date/lib/
H A DREADME.rst4 Timelib is a timezone and date/time library that can calculate local time,
5 convert between timezones and parse textual descriptions of date/time
H A Dparse_iso_intervals.re163 /* date parser's scan function too large for VC6 - VC7.x

Completed in 37 milliseconds

12345678910>>...25