in reply to Re^3: Time::Piece epoch parsing
in thread Time::Piece epoch parsing

*it's. Also, sentences end with a dot.

Time::Piece includes its own version of strptime(); there is no call to libc function. This embedded C function returns a got_GMT value which, however, is simply discarded. A value of 0 is always returned to perl side, corresponding with the islocal flag. One end of the module does not know or care what the other end is doing....

Replies are listed 'Best First'.
Re^5: Time::Piece epoch parsing
by vsespb (Chaplain) on Aug 10, 2016 at 12:33 UTC
    However we found other strange bug when behaviour of T::P on macosx differ from behaviour on linux, with same TZ database up-to-date.