R. David Murray <rdmur...@bitdance.com> added the comment:

In what way does 'replace' not satisfy your need to set the tzinfo?

As for utcnow, we can't change what it returns for backward compatibility 
reasons, but you can get a non-naive utc datatime by doing 
datetime.now(timezone.utc).  (I must admit, however, that at least this morning 
I can't wrap my head around how that works based on the docs :(.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12750>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to