[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [plasmashell] [Bug 355858] digital clock does not display anything
From:       M G Berberich via KDE Bugzilla <bugzilla_noreply () kde ! org>
Date:       2015-12-07 21:27:09
Message-ID: bug-355858-17878-YMSJHCAhhM () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=355858

--- Comment #15 from M G Berberich <kde@oss.m-berberich.de> ---
How about:

  time_t tt = time(0);
  struct tm *tm = localtime(&tt);
  char tz[20];
  strftime(tz, 19, "%Z", tm);
  QByteArray ianaId(tz);

-- 
You are receiving this mail because:
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic