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 akira
Recipients akira, belopolsky, lemburg, pitrou
Date 2015-09-29.09:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443519083.61.0.0632559858489.issue22798@psf.upfronthosting.co.za>
In-reply-to
Content
> Would issue22798.diff patch address your issue?

No. The issue is that C mktime() may update C tzname on some platforms
but time.mktime() does not update time.tzname on these platforms while 
the time module docs suggest that it might be expected e.g.:

  Most of the functions defined in this module call platform C library
  functions with the same name. It may sometimes be helpful to consult
  the platform documentation, because the semantics of these functions 
  varies among platforms.

---

Unrelated: time.strftime('%Z') and
time.strftime('%Z', time.localtime(time.time())) can differ on some 
platforms and python versions
  http://stackoverflow.com/questions/32353015/python-time-strftime-z-is-always-zero-instead-of-timezone-offset
History
Date User Action Args
2015-09-29 09:31:23akirasetrecipients: + akira, lemburg, belopolsky, pitrou
2015-09-29 09:31:23akirasetmessageid: <1443519083.61.0.0632559858489.issue22798@psf.upfronthosting.co.za>
2015-09-29 09:31:23akiralinkissue22798 messages
2015-09-29 09:31:23akiracreate