Juancarlo Añez <[email protected]> added the comment: @Vinay No reason. datetime.astimezone(None) is documented in 3.3. You may even use:
r.created = time.mktime(dt.astimezone().timetuple()) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14902> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
