Searched refs:strtotime (Results 126 – 150 of 159) sorted by relevance
1234567
13 $ts = strtotime('2012-01-01 00:00:00 UTC');
14 $ts = strtotime('2012-01-01 00:00:00 UTC');
15 $ts = strtotime('2012-01-01 00:00:00 UTC');
24 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
25 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
12 $ts = strtotime('2012-01-01 00:00:00 UTC');
2 Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover)41 $strtotime_tstamp = strtotime("first monday", $timestamp);
14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
Completed in 28 milliseconds