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 8514e91 commit e6df584Copy full SHA for e6df584
nbclient/jsonutil.py
@@ -26,7 +26,7 @@
26
27
# holy crap, strptime is not threadsafe.
28
# Calling it once at import seems to help.
29
-datetime.strptime("1", "%d")
+datetime.strptime("2000-01-01", "%Y-%m-%d")
30
31
# -----------------------------------------------------------------------------
32
# Classes and functions
0 commit comments