Valami jól el van ott szúrva, nálam csont nélkül működik:
$ python -c "from calendar import timegm; print timegm"
<function timegm at 0xd0d488>
$ python -c "from calendar import timegm; import sys; from pprint import pprint; pprint(sys.modules)" | grep calendar
'calendar': <module 'calendar' from '/usr/lib/python2.7/calendar.pyc'>,
$ dpkg -S /usr/lib/python2.7/calendar.py
python2.7: /usr/lib/python2.7/calendar.py
$ grep "def timegm" /usr/lib/python2.7/calendar.py
def timegm(tuple):
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
♲♻♲