-
-
Save perigrin/510149227ca5cd2003bc084e040c1c2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[11:27:24][sqlite-ify] | |
~/dev/Perl_Companies$ carton exec perl -MDateTime -E'say DateTime->now()->delta_days(DateTime->new(year => 2012))->in_units("months")' | |
0 | |
[11:27:29][sqlite-ify] | |
~/dev/Perl_Companies$ carton exec perl -MDateTime -E'say DateTime->now()->delta_days(DateTime->new(year => 2012))->in_units("days")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment