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

--- Comment #15 from M G Berberich <k...@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.

Reply via email to