View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#605
Ok i pushed a new version 0.2.12.5 to extras devel.

I fixed the full day events bug for daylight savings
tz = time.timezone
if (time.localtime(start_time).tm_isdst):
tz = time.altzone
start_time += tz
end_time += tz
#start_time += time.timezone
#end_time += time.timezone
The 0 minute alarm bug is also fixed.

Last edited by HolgerN; 2012-04-18 at 12:23.
 

The Following 6 Users Say Thank You to HolgerN For This Useful Post: