date() driving me crazy
Posted: Wed Jul 28, 2004 9:48 am
I can't find the logical explanation for this
i run this code somewhere in my script
This should output
but it is outputting..
Notice that is is one hour behind what it should be.
I have no idea why!!!
Mark
i run this code somewhere in my script
Code: Select all
echo date("l dS F, Y \\a\\t H:i:s", '1091025855');Code: Select all
Wednesday 28th July, 2004 at 15:44:15Code: Select all
Wednesday 28th July, 2004 at 14:44:15I have no idea why!!!
Mark