There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Cikl::Util::TimeHelpers - Time helpers for Cikl

SYNOPSIS

use Cikl::Util::TimeHelpers qw/normalize_timestamp/;

my $dt = DateTime->now()
$dt = normalize_timestamp($dt);
warn $dt;
normalize_timestamp($ts)
Take in a timestamp (see DateTime::Format::DateParse), does a little extra normalizing and returns a DateTime object