From: Jan Schneider Date: Thu, 20 Aug 2009 21:42:20 +0000 (+0200) Subject: Helps to actually unset the timezone. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f576c20a6fed370c94c646e3a90b2d33a2112d90;p=horde.git Helps to actually unset the timezone. --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 5d3a46f6a..1f71c110b 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -122,6 +122,7 @@ class Horde $locale = setlocale(LC_TIME, 0); setlocale(LC_TIME, 'C'); $tz = getenv('TZ'); + @putenv('TZ'); $logger->log($message, $priority);