When passed a year, `parse_date_time()` returns the last day of the previous year. #448
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using lubridate 1.5.6,
parse_date_time()
returns an incorrect value when evaluating a year by itself. For example:Reverting to 1.5.0 fixes this.
This doesn't seem to happen with other orders, e.g.
"ymd"
.The text was updated successfully, but these errors were encountered: