Connecting Tech Pros Worldwide Forums | Help | Site Map

Timezone conversion GMT to IST.

Newbie
 
Join Date: Nov 2007
Posts: 19
#1: Jul 29 '08
Hello Friends,
I want to convert server timezone (GMT) to Indian timezone (IST).
Tell me any method or give me some code for it.

Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#2: Jul 29 '08

re: Timezone conversion GMT to IST.


Hey.

You can set the default timezone for your scripts using the date_default_timezone_set function.

You could also change this in your php.ini configuration.
Reply