Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

David,

Isn't the requested feature now implemented as email.utils.format_datetime()?  
Also, what is the difference between RFC 3339 format and the one provided by 
datetime.isoformat?

>>> print(datetime(2000,1,1, tzinfo=timezone.utc).isoformat('T'))
2000-01-01T00:00:00+00:00

----------

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

Reply via email to