Closed
Description
Hi,
when parsing a time::PrimitiveDateTime, the program's execution changes when the "large-dates" feature is enabled, due to some ambiguities when parsing a datetime.
bson
has such feature enabled by default, thus potentially modifying how a program works.
In our case, we got some panics which we didn't know where they came from.
Would it be possible to remove the "large-dates" feature from time
and perhaps make it optional?