Bug 156697
Summary: | Linux time doesn't match Apple's summer time | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew Cagney <cagney> |
Component: | system-config-date | Assignee: | Nils Philippsen <nphilipp> |
Status: | CLOSED CANTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | dwmw2 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-04-07 10:05:37 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 121179 |
Description
Andrew Cagney
2005-05-03 14:16:52 UTC
Apple stores the UTC delta in XPRAM, and I believe the kernel's RTC driver automatically compensates for it -- thus you should be telling userspace that the system clock _does_ use UTC. Can you show the output of 'dmesg | grep GMT'? Many reboots later (this really scrambles the clock): System clock uses UTC disabled: Apple==21:xx; Linux=20:xx System clock uses UTC enabled: Apple=21:xxx; linux=16:xx GMT Delta read from XPRAM: -300 minutes, DST: off Guys, I really don't think this is a s-c-date problem, can you please change it to something more appropriate (don't ask me what is more appropriate -- I would have changed it by myself if I knew). I can't fix this in system-config-date, I think this can only be fixed in util-linux (hwclock) or the kernel. Pick which one you like best ;-). |