in reply to Re^2: strptime("%Y-%m") in perl6in thread strptime("%Y-%m") in perl6
$ perl -MTime::Piece -le 'localtime()->strptime(shift, "%Y-%m-%d"); pr +int "ok"' 2019-02-30 ok [download]