https://bugs.kde.org/show_bug.cgi?id=355858
Martin Klapetek <mklape...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mklape...@kde.org --- Comment #10 from Martin Klapetek <mklape...@kde.org> --- > On Debian TZ is set to “:/etc/localtime”, this makes the clock fail. That Qt code is clearly wrong. According to the glibc docs[1], ":/something/something" should be read as a path, not a timezone. The code however assumes it's the IANA ID, which then results in invalid timezone. I'll see if I can get it fixed in Qt. [1] http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html -- You are receiving this mail because: You are watching all bug changes.