Time issues
I am facing some problems in a cross platform program : when I open a python shell in Linux and in Windows, I don't get the same time from the Epoch. In Linux, I tried to do dpkg-reconfigure tzdata . Currently, in linux I get that avec the dpkg-reconfigure tzdata : Current default time zone: 'Europe/London' Local time is now: Mon May 30 10:29:52 BST 2011. Universal Time is now: Mon May 30 09:29:52 UTC 2011. Then, in the python console, I create this script : import time print time.tzname, time.timezone, time.altzone, time.daylight print time.localtime() print time.localtime(0) On linux that