I had some problems with your fix but I believe I've fixed the bug with:
ttt = sig +
string.zfill(abs(int(str(float(time.timezone)/3600).split(".")[0])), 2)
+ ":" +
string.zfill(abs(abs(time.timezone/60)-abs(int(float(time.timezone)/3600)*60)),
2)
Should be available in Screenlets Dev PPA in next 24h.
** Changed in: indiv-screenlets
Status: New => Fix Committed
** Changed in: indiv-screenlets
Importance: Undecided => Medium
--
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/846820
Title:
GoogleCalendar can't fetch data with -ive time Zone
Status in Screenlets — individual widgets development:
Fix Committed
Bug description:
Line 120
FIX
ttt = sig + string.zfill(abs(time.timezone)/3600, 2) + ":" +
string.zfill(abs(time.timezone)/3600*6, 2)
the brackets for abs has to be changed or the time zone value is like
+5:-30
To manage notifications about this bug go to:
https://bugs.launchpad.net/indiv-screenlets/+bug/846820/+subscriptions
--
Mailing list: https://launchpad.net/~indiv-screenlets-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~indiv-screenlets-dev
More help : https://help.launchpad.net/ListHelp