X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/51d15f7efe9ae5b22c1a807257bba480542e1aae..d3d80710686ae200652203810b6f126468506d28:/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