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 b4fb32d commit dc9e644Copy full SHA for dc9e644
jupyter_client/jsonutil.py
@@ -38,7 +38,7 @@ def _ensure_tzinfo(dt):
38
"""
39
if not dt.tzinfo:
40
# No more naïve datetime objects!
41
- warnings.warn(u"Interpreting naïve datetime as local %s. Please add timezone info to timestamps." % dt,
+ warnings.warn(u"Interpreting naive datetime as local %s. Please add timezone info to timestamps." % dt,
42
DeprecationWarning,
43
stacklevel=4)
44
dt = dt.replace(tzinfo=tzlocal())
0 commit comments