Oct 01 2008
Change The Time Zone For an Entire Directory
Usually just because you have your site hosted on a server located in the other side of the globe, does not mean that you have to relay on the server’s time zone.
There are several methods, I’ve used a couple of them myself in the early days when developing my first scripts.
Most of them consisted in setting the time zone in runtime, but sometimes it’s not an easy task, especially when you have a code that is not ready or is not well organized. That means you had to edit each file, setting the time zone.
Continue reading…