in reply to Re^4: Anyone know how to get DateTime::Format::W3CDTF, or DateTimeX::Web to print localtime? (what was I thinking, learning moments)
in thread Anyone know how to get DateTime::Format::W3CDTF, or DateTimeX::Web to print localtime?

POSIX is great, but the microsoft strftime implementation doesn't have %F, maybe its important to you :)
  • Comment on Re^5: Anyone know how to get DateTime::Format::W3CDTF, or DateTimeX::Web to print localtime? (what was I thinking, learning moments)

Replies are listed 'Best First'.
Re^6: Anyone know how to get DateTime::Format::W3CDTF, or DateTimeX::Web to print localtime? (what was I thinking, learning moments)
by taint (Chaplain) on Nov 27, 2013 at 13:58 UTC
    LOL.

    He imported all that stuff from UNIX to make Windows NT. But left out the %Fing %F
    %Figures.
    :)

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;