| Summary: | Digital clock shows wrong time after time zone change | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Leonard Lausen <leonard> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | kde, peter, simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | 5.10.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Leonard Lausen
2017-09-18 03:18:42 UTC
What distro are you using, do you have an /etc/timezone file? I have noticed the same behavior on Arch Linux. Restarting kplasmashell can also be done without logout/login, e.g. press Alt+F2 and run: kquitapp5 plasmashell && kstart5 plasmashell For me it turned out that I had a /etc/timezone file from 2012 which is no longer used. Patch: https://codereview.qt-project.org/209715 Thanks Peter. I'm on Gentoo. My /etc/timezone file contains a single line with the active time zone. Do you mean the /etc/timezone file is obsolete? (In reply to Leonard Lausen from comment #2) > Thanks Peter. I'm on Gentoo. My /etc/timezone file contains a single line > with the active time zone. Do you mean the /etc/timezone file is obsolete? It seems obsolete and can be deleted, especially if you use systemd-timedated (timedatectl). Is your /etc/localtime a symlink? |