I am using Php 5.3.1 with apache server in windows machine.I am trying to save the current time stamp in the database table.But I am not getting the current time stamp.It returns some other value
Apache Version :
2.2.6
PHP Version :
5.3.1
My sample code is:
<?
echo date("Y-m-d H:i:s");
?>
This will return current date, but current time together with this is different,say some 3 hrs different from the exact time.I hope somebody can help me.
In Php settings,I made date.timsezone=''.Still no hope.Is there any way that this setting can be made to receive any time zones?
Thanks in advance
LG007

