http://qs1969.pair.com?node_id=579986


in reply to problem with 'strftime' on unix systems

You don't specify what flavour of the dozens of Unices that are out there you are using, let alone which version. So, it's hard to solve the specific problem.

However, on my Linux box, "%s" prints the number of seconds since the Epoch. Since that's what gmtime is returning, why use the long about route using strftime in the first place? Wouldn't perl -lwe 'print gmtime' to the trick?

  • Comment on Re: problem with 'strftime' on unix systems

Replies are listed 'Best First'.
Re^2: problem with 'strftime' on unix systems
by davorg (Chancellor) on Oct 23, 2006 at 11:08 UTC
    Wouldn't perl -lwe 'print gmtime' to the trick?

    I think you mean time, not gmtime.

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg