Re: [PHP] adjusting time() to correct for time zones

2002-05-24 Thread Miguel Cruz
On Fri, 24 May 2002, Chris Boget wrote: > Is there a way to back track an IP address to find out where in the > world the user is? I believe it can be done because I've seen several > graphical trace ip utils do this. Perhaps you can do something similar > to get the local TZ? The graphical tra

RE: [PHP] adjusting time() to correct for time zones

2002-05-24 Thread SP
Baba told me about his time zone class in pear just recently. http://pear.php.net/package-info.php?pacid=57 -Original Message- From: John Hughes [mailto:[EMAIL PROTECTED]] Sent: May 24, 2002 4:45 PM To: Miguel Cruz; [EMAIL PROTECTED] Subject: Re: [PHP] adjusting time() to correct for

Re: [PHP] adjusting time() to correct for time zones

2002-05-24 Thread Chris Boget
> If there is no other choice, there is no other choice. But in a > perfect world, there would be a way to locally correct the server > time on a global basis and thus correct ALL applications -- present > and future -- that need to know the "local" time. Is there a way to back track an IP addres

Re: [PHP] adjusting time() to correct for time zones

2002-05-24 Thread John Hughes
--- Miguel Cruz <[EMAIL PROTECTED]> wrote: > On Fri, 24 May 2002, John Hughes wrote: > > My server is located on the East Coast, but all of the users of > my > > site live on the West Coast. I have an application that makes > several > > calls to time() and as a result all of the times displayed

Re: [PHP] adjusting time() to correct for time zones

2002-05-24 Thread Miguel Cruz
On Fri, 24 May 2002, John Hughes wrote: > My server is located on the East Coast, but all of the users of my > site live on the West Coast. I have an application that makes several > calls to time() and as a result all of the times displayed are East > Coast. > > Rather than changing every time()

[PHP] adjusting time() to correct for time zones

2002-05-24 Thread John Hughes
My server is located on the East Coast, but all of the users of my site live on the West Coast. I have an application that makes several calls to time() and as a result all of the times displayed are East Coast. Rather than changing every time() to time()-10800, I was wondering if there is a way