Open GoogleCodeExporter opened 9 years ago
Fixed this on my install, edited the file data\python\wordmobidir\mktimefix.py
to remove the calendar. from the line.
Original comment by IanDen...@gmail.com
on 6 Mar 2011 at 3:00
Wich line do I have to edit?
Don't know what I have to delete
My mktimefix.py looks like:
from time import *
from calendar import timegm
# fix for mktime bug
#
https://garage.maemo.org/tracker/index.php?func=detail&aid=4453&group_id=854&ati
d=3201
mktime = lambda time_tuple: calendar.timegm(time_tuple) + timezone
Original comment by elias.ki...@gmail.com
on 19 Jun 2012 at 12:15
Original issue reported on code.google.com by
klni...@gmail.com
on 15 Aug 2010 at 6:27