Summary: | Can't set up exact time | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Vlado <vladoboss> |
Component: | kcm_clock | Assignee: | Paul Campbell <paul> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | thywalls, vladoboss |
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vlado
2013-05-04 09:42:37 UTC
Also I noticed that when I change timezone to Europe/Sarajevo (which is also CEST, GMT+2) and check the box for Automatically set time and date, clock on the system tray is adjusting to correct time, but on System setting remains the same. Also in bash with the command "date" it is still showing the wrong time and timezone is UTC. And when I adjust manually the clock in system settings two hours ahead, on system tray clock goes +4 hours, and on bash get the correct time but still with wrong timezone (UTC). It's a complete mess. Duplicate of https://bugs.kde.org/show_bug.cgi?id=317999 ? *** This bug has been marked as a duplicate of bug 317999 *** I solved this issue with: date --set="2 JUN 2013 18:00:00" and dpkg-reconfigure tzdata Now clocks in terminal and kdeclock are synchronized Yes Vlado, it creates a new /etc/localtime like i said in https://bugs.kde.org/show_bug.cgi?id=317999#c7 directly without symlink, but if you enter in clock settings, it messed again the file and the problem comes back. |