Hello Friends,
There is a problem with me in time please help me.
I want to subtract local database time (00:00:00 Am/Pm) with Indian standard time.
please help me as soon as possible.
Hello Friends,
There is a problem with me in time please help me.
I want to subtract local database time (00:00:00 Am/Pm) with Indian standard time.
please help me as soon as possible.
Time seems to be working over in the the states.
All kidding aside though, use the DateTime object and its ability to handle timezones efficently (http://www.php.net/manual/en/class.datetime.php) You probably want to use DateTime::createFromFormat with a timezone arguement.