-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot parse a year string with DateTime #52989
Comments
For reference, @quinnj posted on Slack that this snippet works julia> parse(DateTime, "2000", dateformat"yyyy-mm-dd\\THH:MM:SS.s")
2000-01-01T00:00:00 but the simpler syntax version does not. |
Viriato5
pushed a commit
to Viriato5/julia
that referenced
this issue
Mar 29, 2024
…ng a year string
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just came across this behavior and it seemed very odd, could this be a bug or is there a reason for not parsing it?
The text was updated successfully, but these errors were encountered: