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

NAME

Acme::December::Eternal - Calculate the "canadian eternal december" date string accoring to stevieb

SYNOPSIS

  use Acme::December::Eternal;

  print eternaldecemberize('2019-10-18 10:28:00'), "\n";

DESCRIPTION

This module calculates a nicely formatted string for the "canadian eternal december" for any given date string.

According to stevieb on perlmonks, Canada has only two months per year. August (when it is warm), and the rest is December (year starts with 1st of August). This module turns normal western dates into something more useful to my Canadian friend.

eternalDecemberize()

This function takes a date string (anything that Date::Manip can parse should be OK) and returns it formatted as something like "Fri, 293th December 2019 10:28:23"

SEE ALSO

https://www.perlmonks.org/?node_id=11107642

AUTHOR

Rene Schickbauer, <cavac@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.30.0 or, at your option, any later version of Perl 5 you may have available.