Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.4/ext/date/tests/
H A Dbug27780.phpt16 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds",
17 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds",
18 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds",
21 "2004-04-07 00:00:00 -10 day +2 hours",
46 1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
47 1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
51 1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
66 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
81 1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
96 1080410400 [2004-03-28 02:00:00 %s] [2004-04-07 00:00:00 -10 day +2 hours]
[all …]
H A Dstrtotime-relative.phpt19 '134 hours',
20 '167 hours',
21 '168 hours',
22 '169 hours',
23 '183 hours',
63 +134 hours: 2008-03-05T02:00:00+0000
64 -134 hours: 2008-02-22T22:00:00+0000
65 +167 hours: 2008-03-06T11:00:00+0000
66 -167 hours: 2008-02-21T13:00:00+0000
67 +168 hours: 2008-03-06T12:00:00+0000
[all …]
H A Ddate_offset_get_basic1.phpt19 echo "Winter offset: " . date_offset_get($winter) / 3600 . " hours\n";
20 echo "Summer offset: " . date_offset_get($summer) / 3600 . " hours\n";
26 Winter offset: 0 hours
27 Summer offset: 1 hours
H A DDateTime_getOffset_basic1.phpt19 echo "Winter offset: " . $winter->getOffset() / 3600 . " hours\n";
20 echo "Summer offset: " . $summer->getOffset() / 3600 . " hours\n";
26 Winter offset: 0 hours
27 Summer offset: 1 hours
H A Dbug30532.phpt9 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +2 hours'))."\n";
10 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +3 hours'))."\n";
15 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +2 hours'))."\n";
16 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +3 hours'))."\n";
H A Dgetdate_variation5.phpt48 ["hours"]=>
74 ["hours"]=>
100 ["hours"]=>
126 ["hours"]=>
152 ["hours"]=>
178 ["hours"]=>
204 ["hours"]=>
H A Dbug55253.phpt18 echo $interval->format('Add %h hours %i minutes') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
40 Add 2 hours 1 minutes
43 Subtract 2 hours 1 minutes from expected
H A Dgetdate_variation4.phpt44 ["hours"]=>
70 ["hours"]=>
96 ["hours"]=>
122 ["hours"]=>
H A Dgetdate_variation2.phpt43 ["hours"]=>
69 ["hours"]=>
95 ["hours"]=>
H A Dgetdate_variation6.phpt38 ["hours"]=>
64 ["hours"]=>
90 ["hours"]=>
H A Dgmdate_variation10.phpt25 echo "\n-- Testing gmdate() function with difference to GMT in hours format --\n";
29 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma…
54 -- Testing gmdate() function with difference to GMT in hours format --
58 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
H A Ddate_create-relative.phpt39 '10000000000 hours',
86 +10000000000 hours: 1142802-09-30T04:00:00+0000
87 -10000000000 hours: -1138787-07-28T20:00:00+0000
H A Dgetdate_variation3.phpt43 ["hours"]=>
69 ["hours"]=>
95 ["hours"]=>
H A D008.phpt23 ["hours"]=>
47 ["hours"]=>
H A Dgetdate_basic.phpt33 ["hours"]=>
57 ["hours"]=>
H A Dbug36510.phpt9 var_dump(strtotime("-2 hours", $t));
H A Dbug28088.phpt2 Bug #28088 (strtotime() cannot convert 00 hours")
H A Ddate_modify_basic1.phpt22 date_modify($datetime, "+1 week 2 days 4 hours 2 seconds");
H A DDateTime_modify_basic1.phpt22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c38 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt() local
100 hours = remainder / 3600; in timelib_unixtime2gmt()
101 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()
103 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt()
108 tm->h = hours; in timelib_unixtime2gmt()
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp58 hours = offset_mins / 60, in timezone_convert_datetimezone() local
59 minutes = offset_mins - hours * 60; in timezone_convert_datetimezone()
73 hours, minutes); in timezone_convert_datetimezone()
/PHP-7.4/tests/lang/
H A D023.phpt18 $hours = $time_left/3600;
19 $time_left -= $hours*3600;
21 …_date=date("l, F dS, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes mi…
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
/PHP-7.4/docs/
H A Dmailinglist-rules.md26 2. Do not post when you are angry. Any post can wait a few hours. Review
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1252 int days, hours, mins, secs; in cdf_print_elapsed_time() local
1259 hours = CAST(int, ts % 24); in cdf_print_elapsed_time()
1269 if (days || hours) { in cdf_print_elapsed_time()
1270 len += snprintf(buf + len, bufsiz - len, "%.2d:", hours); in cdf_print_elapsed_time()

Completed in 35 milliseconds

12