Hi
I have php page in a server, located in US.
the code in the page is
echo date('Y-m-d H:i:s');
When i take this page, it give a time //eg 2010-10-26 10:20:07
But when i refresh the page on very next second, it gives same date with different time (a huge difference )
//eg 2010-10-26 08:25:58
Can any one tell the reason for that?