[issue1647654] No obvious and correct way to get the time zone offset

2011-01-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue1647654] No obvious and correct way to get the time zone offset

2011-01-13 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Closing this in favor of #9527. See msg126064 for more details. -- stage: patch review -> committed/rejected ___ Python tracker ___ __

[issue1647654] No obvious and correct way to get the time zone offset

2010-11-22 Thread Max Arnold
Max Arnold added the comment: Our region recently switched to another timezone and I've noticed similar issue while using Mercurial. There is some (hopefully) useful details: http://mercurial.selenic.com/bts/issue2511 -- nosy: +LwarX ___ Python tra

[issue1647654] No obvious and correct way to get the time zone offset

2010-08-06 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1647654] No obvious and correct way to get the time zone offset

2010-08-05 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- superseder: -> Add aware local time support to datetime module ___ Python tracker ___ ___ Pyth

[issue1647654] No obvious and correct way to get the time zone offset

2010-06-05 Thread anatoly techtonik
Changes by anatoly techtonik : -- nosy: +techtonik ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1647654] No obvious and correct way to get the time zone offset

2010-06-04 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file17555/issue1647654a.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue1647654] No obvious and correct way to get the time zone offset

2010-06-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Issue #1667546 is more ambitious than this. I propose a very simple patch which makes tm_zone and tm_gmtoff available on systems with HAVE_STRUCT_TM_TM_ZONE defined (Linux and BSD variants). The additional fields are only allowed as attributes so len(t

[issue1647654] No obvious and correct way to get the time zone offset

2010-05-25 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> belopolsky nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1647654] No obvious and correct way to get the time zone offset

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Time zone-capable variant of time.localtime type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _