--- t/05-format.t.orig Thu Jun 5 06:49:52 2014 +++ t/05-format.t Thu Oct 15 09:31:00 2015 @@ -22,4 +22,4 @@ is($verbatim, 'Today', 'returns verbatim text'); $parser = Date::Extract->new(format => 'epoch'); my $epoch = $parser->extract($in); -is($epoch, 1195171200, 'returns epoch'); +is($epoch, 1195181332, 'returns epoch');