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 ability to specify the default is very useful in datetutil.parser.parse. Would you be interested in allowing the same argument for the more strict dateutil.parser.isoparse?
The following is current behavior on the reduced precision ISO 8601 string "2024-04" and its US equivalent "April 2024".
What I'm needing to do is parse only ISO 8601 strings while having the option to "round up" (in addition to the "round down" approach of the current version). The enhancement would allow something like the following:
The ability to specify the
default
is very useful indatetutil.parser.parse
. Would you be interested in allowing the same argument for the more strictdateutil.parser.isoparse
?The following is current behavior on the reduced precision ISO 8601 string "2024-04" and its US equivalent "April 2024".
What I'm needing to do is parse only ISO 8601 strings while having the option to "round up" (in addition to the "round down" approach of the current version). The enhancement would allow something like the following:
The text was updated successfully, but these errors were encountered: