View Full Version : time zones
Hi, I was wondering if there is an option anywhere to change the timezone, in some php web pages ive noticed it to be different from local time. How can i get around this with a setting or php coding?
siguie
07-25-2008, 02:26 AM
In your php.ini file you can add a line like
date.timezone = "US/Central"
I think felgall originally posted about it here someplace ... otherwise your stuck with Mountain Time which is the one timezone no one knows about unless you live there :rolleyes:
Also there are a number of ways of adding/subtracting times but the php.ini one is the best I found :)
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.