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
…tes" feature is enabled
- add explicit delimitter between year and month in date parsing format string
- enable "time/large-dates" feature to dev-dependencies
resolvesacw#34
When the "time/large-dates" feature is enabled, the format_description strings used to parse ASN.1 GeneralizedTime and ASN1.UTCTime becomes ambiguous. The parser will greedily consume the month digits for the leading year.
Arguably a deficiency in the upstream
time
crate, not seemingly allowing anyway to specify how many digits are expected in a year.The text was updated successfully, but these errors were encountered: