in reply to Re: Re: getting time local to a user supplied offset...
in thread getting time local to a user supplied offset...

You caught me while I discovered that I wanted gmtime(), rather than localtime().

--Bob Niederman, http://bob-n.com
  • Comment on Re: Re: Re: getting time local to a user supplied offset...

Replies are listed 'Best First'.
Re: Re: Re: Re: getting time local to a user supplied offset...
by Anonymous Monk on Jul 21, 2003 at 00:49 UTC
    thats it, it works! its off by an hour cause of dst, but i figured id have to adjust for that anyway. thanks a bunch!