Ubuntu doesn't correct for daylight savings (DST), if clock set to local time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I'm in New Zealand (GMT+12), and last night daylight savings removed an hour (to GMT+13). However, the system time did not automatically update.
To fix the problem, I installed NTP and had it synchronise from the internet servers. However, this shouldn't be necessary (some people don't have always-on internet, and it is a fairly easy task for Ubuntu to do)
I see this as a threat to Ubuntu's mostly well-polished look and feel. Windows has been able to do this since at least Windows 95.
This is related to bug #37836, Ubuntu should notify the user when the clock has been updated. However, on my system, possibly due to the lack of NTP, the clock did not update in the first place.
Using Ubuntu Edgy 6.10, although http://
can you post the output of
cat /etc/default/rcS
are you dual booting with windows?
in linux the clock can either be set to UTC or local time. if it is UTC the the local time is calculated based on your timezone settings, and is automatically adjusted for daylight saving. windows expects the time to be stored as local time, and adjusts the clock twice a year. if your clock is set to local time, then ubuntu does not adjust it, other wise the hour would be removed twice, once by linux and once by windows.