|
Bugzilla – Full Text Bug Listing |
| Summary: | System is always UTC even if a timezone is correctly set | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Andreas Schneider <asn> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsuchome, werner |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Schneider
2013-10-17 12:28:04 UTC
What about /etc/adjtime ? Does hwclock -u match hwclock output? magrathea:~ # cat /etc/adjtime 0.000000 1381994495 0.000000 1381994495 UTC magrathea:~ # hwclock Thu Oct 17 13:56:46 2013 -0.391250 seconds magrathea:~ # hwclock -u Thu Oct 17 13:56:50 2013 -0.906894 seconds magrathea:~ # date Thu Oct 17 13:56:55 UTC 2013 It is 15:56 CEST here :) If I go to yast2 -> Date and Time and click on different timezones, it shows the correct time in the UI but it doesn't change it on the system. Is there a /etc/localtime file? If it is a symlink, where does it point? If it is not, look under /usr/share/zoneinfo and check which file has the same md5sum as /etc/localtime But I do not know where might be the problem, maybe the HW clock is set incorrectly.... Werner, do you have any idea? /etc/localtime is a broken symlink. magrathea:~ # ll /etc/localtime lrwxrwxrwx 1 root users 19 Oct 17 14:02 /etc/localtime -> ../../Europe/Berlin So that's seems to be a problem, and AFAIR, there's already bug report for that. As a workaround, you can fix the symlink. bug 845530 *** This bug has been marked as a duplicate of bug 845530 *** |