Skip to content

Instantly share code, notes, and snippets.

@cfedde
Last active August 29, 2015 13:59
Show Gist options
  • Save cfedde/10936262 to your computer and use it in GitHub Desktop.
Save cfedde/10936262 to your computer and use it in GitHub Desktop.
what am I doing wrong?
#!perl
use Modern::Perl;
use Time::Piece;
my $ts = Time::Piece->strptime(
'Thu Apr 17 20:51:48 UTC 2014',
'%a %b %d %T %Z %Y',
);
say $ts->epoch;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment