Help language development. Donate to The Perl Foundation
Today - provide a 'today' term
use Today;
say today; # 2021-08-26
Raku provides a now
term to get an Instant
object of the current time. Oddly enough, an associated today
term is absent. This module provides that. Should future versions of Raku provide that term out of the box, then using this module will become a no-op.
Elizabeth Mattijsen [email protected]
Source can be located at: https://github.com/lizmat/Today . Comments and Pull Requests are welcome.
Copyright 2020, 2021 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.