From 20a56ec453fbd1ae47ee5bc4ee6f50e249aa8120 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 19 Jul 2005 20:40:05 +0000 Subject: [PATCH] Removed the $globaltz option. --- date.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/date.php b/date.php index e390266..94ff932 100644 --- a/date.php +++ b/date.php @@ -41,12 +41,6 @@ define('TIMENOW', time()); */ class Date_Formatter { - /** - * Global timezone offset for the application; used when there is no usertimezone - * @var int - */ - var $globaltz = 0; - /** * User timezone offset * @var int -- 2.22.5