Like in the subject, if I attempt to deserialize a JSON with a time like 20180505T214800Z into a struct that derives Deserialize and wants to keep it in a DateTime<Utc> field, it's not working unless I add all - and : separators. Maybe there's a way to specify a format in-field?
BTW I'm open to contributing this myself, if I were to add this format to chrono deserialization parsers, where would I do it?
Thanks,
Stan
Like in the subject, if I attempt to deserialize a JSON with a time like
20180505T214800Zinto a struct that derivesDeserializeand wants to keep it in aDateTime<Utc>field, it's not working unless I add all-and:separators. Maybe there's a way to specify a format in-field?BTW I'm open to contributing this myself, if I were to add this format to
chronodeserialization parsers, where would I do it?Thanks,
Stan