← Back to team overview

indiv-screenlets-dev team mailing list archive

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

 

Public bug reported:

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

** Affects: indiv-screenlets
     Importance: Undecided
         Status: New

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


Follow ups

References