in reply to Re: TIME::LOCAL problem - repost with better info
in thread TIME::LOCAL problem - repost with better info

Answers:

First post was http://www.perlmonks.com/?node_id=454853

As included in the post Time::Local is 1.07
Production box with HP supplied perl. Did not compile perl on this device.

The code listed is the actual code running. The only change from production was to print the values to document the problem.

Time::Local takes the six parameters listed in the output as values sent and returns date & time in number of seconds. Return value from time local is the number of seconds returned from each time::local call. All dates are within five years of each other so returned values should be within around 157680000 seconds of each other (5 years worth of seconds). The difference between the first bad return value and the data prior is 994114800 seconds.

Due to business requirements, I can only use modules included from HP.
thanks
  • Comment on Re^2: TIME::LOCAL problem - repost with better info

Replies are listed 'Best First'.
Re^3: TIME::LOCAL problem - repost with better info
by tphyahoo (Vicar) on May 19, 2005 at 15:27 UTC
    Do these business requirements mean you can't upgrade to the latest Time::Local version -- 1.11? Might be worth a shot.