hi ,
i am using following functions
Quote:
$time = time();
echo("*************");
echo($time);
echo("*************");
echo(date("j M Y H:i:s", $time));
echo("*************");
echo("<br>");
$now = strtotime('today');
echo($now);
echo("<br>");
echo(date("j M Y H:i:s", $now));
|
But my browser is showing the GMT time not my zone time
Everything was ok 2 week but now it is showing gmt
I have not chnaged anything
How do my zone gets changed
And how to change my zone back to sysdney time zone
Is this PHP 5 or mysql problem