The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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(...);