$OpenBSD: patch-program_include_main_inc,v 1.11 2011/01/14 09:38:48 sthen Exp $
--- program/include/main.inc.orig	Fri Dec 10 11:08:22 2010
+++ program/include/main.inc	Thu Jan 13 14:26:48 2011
@@ -1005,7 +1005,8 @@ function format_date($date, $format=NULL)
     $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : date('Z')/3600;
   else {
     $tz = $CONFIG['timezone'];
-    if ($CONFIG['dst_active'])
+    //if ($CONFIG['dst_active'])
+    if ($CONFIG['dst_active'] && (date("I", $ts) == "1"))
       $tz++;
   }
 
