You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chrono::format::Parsed::to_naive_date method returns depending on the year (e.g. 2002) a ParseError(Impossible) even if the fields year, week_from_mon and weekday are correctly populated as described in the documentation of the corresponding method. This does not happen for all years, for example setting the year to 2001 yields a valid date.
The
chrono::format::Parsed::to_naive_date
method returns depending on the year (e.g. 2002) aParseError(Impossible)
even if the fieldsyear
,week_from_mon
andweekday
are correctly populated as described in the documentation of the corresponding method. This does not happen for all years, for example setting the year to 2001 yields a valid date.See this playground for a minimal example.
The text was updated successfully, but these errors were encountered: