http://www.perlmonks.org?node_id=1167844


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

I am not looking for way to parse epoch, I am investigating why strptime with %s works wrong.
Um, strptime is a function that (I think) is short for string-parse-time, and %s is the field descriptor for epoch, so I think you are trying to parse an epoch, whether you realize it or not.