svraka/asmisc

Print warnings on parsing errors with `parse_date_ymd()`

Closed this issue · 0 comments

It uses lubridate:.parse_date_time2() in the background, which unlike lubridate:.parse_date_time2() doesn't omit any warnings on parsing errors. The change would require some wrangling with centuries to keep the current function signature.