← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 846820] Re: GoogleCalendar can't fetch data with -ive time Zone

 

** Patch added: "A fix in line +120"
   https://bugs.launchpad.net/bugs/846820/+attachment/2384508/+files/GoogleCalendarScreenlet.py

-- 
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:
  New

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


References