From: Andrew DeFaria Date: Thu, 5 Dec 2013 06:40:02 +0000 (-0800) Subject: Set timezone X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=94a9b7468a1629fed014ace9f57f58edf7ec7910;hp=-c;p=clearscm.git Set timezone --- 94a9b7468a1629fed014ace9f57f58edf7ec7910 diff --git a/web/php/clearscm.php b/web/php/clearscm.php index 6c262f1..0f6a6c8 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -14,6 +14,8 @@ //////////////////////////////////////////////////////////////////////////////// include_once "scm.php"; +date_default_timezone_set('America/Los_Angeles'); + $base = $_SERVER['DOCUMENT_ROOT']; function menu_css () {