Hi,
Monday, March 17, 2003, 10:55:06 PM, you wrote:
MW> Hi All,
MW> I'm an Australian PHP developer and host most of my web sites on US
MW> servers. One in particular is primarily accessed by Australian visitors
MW> and I want to be able to reflect Australian Eastern Standard Times when
MW> writing / reporting records, rather than the server time, which is set
MW> to US Eastern Standard Time.
MW> I'm wondering if anyone can tell me if there is a sensible way to do
MW> this easily?
MW> Many thanks in advance!
MW> Regards and best wishes,
MW> Murray Wells,
MW> Urban Legend Web Design (ABN 18 635 979 727)
I have this in an auto prepend file
putenv('TZ=Australia/Brisbane');
That fixes most of the date type functions
--
regards,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php