Re: [Python-Dev] Get current UTC offset in crossplatform way

2011-01-13 Thread Victor Stinner
Le vendredi 14 janvier 2011 à 02:32 +0200, anatoly techtonik a écrit : > It is already 2011. I didn't monitor the issue closely, but judging by > the face that http://bugs.python.org/issue9527 is still open, Python > still doesn't have a method to extract current timezone information > from system.

[Python-Dev] Get current UTC offset in crossplatform way

2011-01-13 Thread anatoly techtonik
Hello, It is already 2011. I didn't monitor the issue closely, but judging by the face that http://bugs.python.org/issue9527 is still open, Python still doesn't have a method to extract current timezone information from system. Can anybody recap what are we going to do with that in Python 3? Prob