DateTime's parsing causes Domain Error #22100
Labels
bug
Indicates an unexpected problem or unintended behavior
dates
Dates, times, and the Dates stdlib module
regression
Regression in behavior compared to a previous version
Milestone
dt = DateTime("2017-Mar-17 00:00:00.0000", "y-u-d H:M:S.s")
This statement causes the Domain Error in both Julia 0.6 rc1 and rc2 with the following traceback:
This was working fine in Julia 0.5
The text was updated successfully, but these errors were encountered: