Welcome Guest, Not a member yet? Register   Sign In
time zone settings
#1

[eluser]rajyakshmik[/eluser]
Hi,
How can i change my hosting server time zone settings to as per India time timings.
I tried to ($config['time_reference'] = 'local'; ) change that is not working.If anybody knows about this problem please let me know.
#2

[eluser]WillKemp[/eluser]
Try this:

Code:
putenv("TZ=IST");

That will work for the duration of the script.
#3

[eluser]rajyakshmik[/eluser]
thanks for your reply. where i want to include putenv("TZ=IST");?I want to include in config.dg
#4

[eluser]rajyakshmik[/eluser]
thanks a lot .it's wokring fine.I added that code in config.db




Theme © iAndrew 2016 - Forum software by © MyBB