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

> it would appear the problem lies with strftime()

Yes, strftime('%s') ignores tzinfo at the moment.  This is not a bug. Support 
for '%s' format code is incidental and not documented in Python.

Nevertheless I think this is a good feature request.  I am changing the title 
to make it more explicit.

----------
components: +Extension Modules
keywords: +easy
stage: committed/rejected -> needs patch
title: datetime.datetime how to correctly attach a timezone to an existing 
naive datetime -> datetime.strftime('%s') should respect tzinfo
versions:  -Python 2.7, Python 3.2

_______________________________________
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