From d444f1904310b33e481da0fbbcf0d84725c65e8c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 15 Sep 2019 19:49:24 +0900 Subject: [PATCH] =?UTF-8?q?date=5Fdefault=5Ftimezone=5Fset=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/f_config/config.php b/f_config/config.php index 1123e653..eda36679 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -3,7 +3,6 @@ namespace sammo; define('ROOT', realpath(__dir__.'/..')); setlocale(LC_ALL, 'ko_KR.UTF-8'); -date_default_timezone_set('Asia/Seoul'); mb_internal_encoding("UTF-8"); mb_http_output('UTF-8'); mb_regex_encoding('UTF-8');