This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mirkovogt
Recipients belopolsky, mirkovogt, r.david.murray
Date 2015-01-27.18:52:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422384776.25.0.223788854815.issue23332@psf.upfronthosting.co.za>
In-reply-to
Content
from datetime import *
In [4]: datetime.utcnow().isoformat()
Out[4]: '2015-01-27T18:51:18.332566'

When using utcnow() e.g. I would expect the result definitely being marked as UTC.
History
Date User Action Args
2015-01-27 18:52:56mirkovogtsetrecipients: + mirkovogt, belopolsky, r.david.murray
2015-01-27 18:52:56mirkovogtsetmessageid: <1422384776.25.0.223788854815.issue23332@psf.upfronthosting.co.za>
2015-01-27 18:52:56mirkovogtlinkissue23332 messages
2015-01-27 18:52:56mirkovogtcreate