The strftime() function in php is not showing the correct time on my system. I am running php on xampp. Its around 11 o'clock on my PC clock, but the function strftime() returns 19 when I execute the following code:-
echo 'Time is - '.strftime('%H');

%H, but that shouldn't even run so maybe it's something else. What's the date/timezone you have set in php.ini? – Explosion Pills May 8 '12 at 17:45