We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad3405 commit 7716291Copy full SHA for 7716291
jupyter_client/jsonutil.py
@@ -11,7 +11,7 @@
11
from datetime import datetime
12
from typing import Any, Optional, Union
13
14
-from dateutil.parser import parse as _dateutil_parse
+from dateutil.parser import isoparse as _dateutil_parse
15
from dateutil.tz import tzlocal
16
17
next_attr_name = "__next__" # Not sure what downstream library uses this, but left it to be safe
0 commit comments