Debugging the function strftime in php version 4.4.1
The following file lists the generated time in even multiples (i) of 10000 hours.
Example strftime("%H:%M:%S", 3600 * 10000 * $i). As seen, the function lags some seconds.
This results in all our users to get critical problems.
strftime(0)=01:00:00
strftime(1)=17:00:00
strftime(2)=09:00:00
strftime(3)=01:00:00
strftime(4)=17:00:00
strftime(5)=09:00:00
strftime(6)=01:00:00
strftime(7)=17:00:00
strftime(8)=09:00:00
strftime(9)=02:00:00
strftime(10)=18:00:00
strftime(11)=10:00:00
strftime(12)=02:00:00
strftime(13)=17:00:00
strftime(14)=09:00:00
strftime(15)=01:00:00
strftime(16)=18:00:00
strftime(17)=10:00:00
strftime(18)=02:00:00
strftime(19)=18:00:00
strftime(20)=09:00:00
strftime(21)=01:00:00
strftime(22)=17:00:00
strftime(23)=09:00:00
strftime(24)=02:00:00
strftime(25)=18:00:00
strftime(26)=10:00:00
strftime(27)=02:00:00
strftime(28)=17:00:00
strftime(29)=09:00:00
strftime(30)=01:00:00
strftime(31)=18:00:00
strftime(32)=10:00:00
strftime(33)=02:00:00
strftime(34)=18:00:00
Warning: phpinfo() has been disabled for security reasons in /home/logibo00/public_html/a/strftime_test.php on line 11