RE: POSIX 'strftime' and time zones

2003-10-01 Thread Wiggins d'Anconia
On Tue, 30 Sep 2003 23:57:16 -0500, David Gilden <[EMAIL PROTECTED]> wrote: > Quick question, > > the server is on west coast time (California) > client is in Texas, central time (+2 hours) > > How can I add two hours to offset for central time?

Re: POSIX 'strftime' and time zones

2003-10-01 Thread fliptop
On Tue, 30 Sep 2003 at 23:57, David Gilden opined: DG:How can I add two hours to offset for central time? try date::calc http://search.cpan.org/~stbey/Date-Calc-5.3/ you'll probably want to use the Add_Delta_Days() function. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command