The server hosting my package is on the west coast. I'd like to setup time() function so that it returns EST instead of PST.
Ultimately, I'd like the time() function to return the local time of the machine that's accessing the pages. Is this possible?
If not - how/what do I modify to set EST as the standard? (I'm looking at a HUGE php.ini file - but don't know where to go or what to change with it).
Thanks in Advance