in reply to Re^2: why are timegm and timelocal returning the same epoch seconds values
in thread why are timegm and timelocal returning the same epoch seconds values

I googled for "perl timegm" and found that I need to
use Time::Local;
Perhaps OP use different module and that's the reason of problem?
  • Comment on Re^3: why are timegm and timelocal returning the same epoch seconds values
  • Download Code