alarms are one hour off when clock has changed due to daylight savings
Bug #290733 reported by
Erik Dalén
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Alarm Clock Applet |
Fix Released
|
Low
|
Johannes H. Jensen | ||
alarm-clock-applet (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Won't Fix
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When an alarm is set before a daylight savings time change to a
time after the time change, the alarm will go off at a time one hour off.
I'd suspect it checks how long it is until the next alarm and sleeps (sets an alarm) in that many seconds. And when the time left changes in the middle of it the original calculation will be wrong.
Changed in alarm-clock: | |
milestone: | none → 0.3.3 |
Changed in alarm-clock: | |
status: | Fix Committed → Fix Released |
Changed in alarm-clock-applet (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Thank you for your bug report.
Actually, Alarm Clock stores the UNIX timestamp for the alarm trigger which it generates with mktime(). I'll investigate further.