X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/80230e4e58118eaec09b0a83459b8543fbf78260..1bdfe8ef75f37f2feb8a575204785d8901cf501b:/docs/index.rst diff --git a/docs/index.rst b/docs/index.rst index 83e476e..6b9a6c3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -333,7 +333,7 @@ are set in the same timezone: >>> t['due'] datetime.datetime(2015, 2, 1, 19, 44, 4, 770001, tzinfo=) >>> now.astimezone(pytz.utc) - datetime.datetime(2015, 2, 1, 18, 44, 4, 770001, tzinfo=) + datetime.datetime(2015, 2, 1, 18, 44, 4, 770001, tzinfo=) >>> t['due'] == now.astimezone(pytz.utc) True