<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hallo,<br>
    <br>
    on every access to the roundcube calendar (i.e browsing 1 month
    forward) i get the following 4x in /var/log/http/error.log:<br>
    <br>
    unnamed app(9035) KSystemTimeZonesPrivate::readConfig: readConfig():
    local zone= "UTC"<br>
    unnamed app(9035) KSystemTimeZonesPrivate::readZoneTab: readZoneTab(
    "/usr/share/zoneinfo/zone.tab" )<br>
    QFile::remove: Empty or null file name<br>
    <br>
    - it should be CET now, because summer time is over.<br>
    <u><br>
      Current values</u>:<br>
    system is CentOS 6.5 with Kolab 3.3, all updates done.<br>
    <br>
    system time is shown correct: <br>
    date<br>
    Fri Oct 31 14:05:40 CET 2014<br>
    <br>
    php.ini:<br>
    /etc/php.ini:959:date.timezone=Europe/Berlin<br>
    roundcube shows Europe/Berlin in the lower right corner too.<br>
    <br>
    file /usr/share/zoneinfo/zone.tab exist, has 20050 bytes and looks
    good<br>
    <br>
    <br>
    <u>I tried already the following</u>:<br>
    <br>
    /etc/roundcubemail/defaults.inc.php:943:// 'auto' will use the
    browser's timezone settings<br>
    /etc/roundcubemail/defaults.inc.php:944:$config['timezone'] =
    'auto';<br>
    <br>
    changed value to Europe/Berlin, restarted apache<br>
    <br>
    so it is said, Apache will not respect env variables some time,  i'
    ve created .htaccess file in /usr/share/roundcubemail/<br>
    # Set timezone<br>
    SetEnv TZ Europe/Berlin<br>
    <br>
    - still the same. Because roundcube is slow, maybe this issue will
    take some time.<br>
    <br>
    The number of the process in the log results in apache itself. Which
    process tries to use UTC and where is it configured? With grep is
    nothing to be find in the whole /etc folder.<br>
    <br>
    Anyone has the same or can help?!<br>
    <br>
    Thanks<br>
    <br>
    Torsten<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>