Closed JonasFocke01 closed 1 year ago
There are parse
methods on Time
, Date
, UtcOffset
, PrimitiveDateTime
, and OffsetDatetime
, so I'm not certain what you're looking at.
Duration
is quite different than those, and is not something I am currently interested in. This is because the format that would be expected would be severely limiting to the point of losing nearly all utility.
Hi,
im using this crate quite a while now, and i noticed, that there is a
Time::parse(&str, format)
, but noDate::parse, DateTime::parse
orDuration::parse
.Is there the something already going, that implements this?
Or can i try to do this?