Open
Description
The except? -1
can be removed
pandas/pandas/_libs/tslibs/np_datetime.pyx
Lines 274 to 283 in e2598a1
as string_to_dts
is only ever called with want_exc=False
This function would need amending to raise ValueError
if string_to_dts
failed
Lines 79 to 100 in 502919e