The title should be enough.
I'm calling chrono::DateTime::parse_from_str("%FT%T%.3fZ","2025-01-30T17:57:52.495Z")
and it's giving me ParseError(TooShort)
. It's frankly confusing.
For further clarification: This is not related to the type requiring a Timezone. The same exact error occurs with NaiveDateTime
.