The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojar::Cron::Timestamp - Timestamp as an object

DESCRIPTION

This was experimental and I do not see it having a future. I thought it would help elucidate the Cron algorithm but in the end I stopped using this and used instead

  Datetime->from_timestamp(...);
  Datetime->to_timestamp(...);