From d7fb88eed6c91939beb51d7b4050bc47dbe24ac9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 19:23:05 +0900 Subject: [PATCH] =?UTF-8?q?TimeZone=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_config/config.php b/f_config/config.php index ce147685..dc8536ff 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -2,7 +2,7 @@ namespace sammo; define('ROOT', realpath(__dir__.'/..')); - +date_default_timezone_set('Asia/Seoul'); mb_internal_encoding("UTF-8"); mb_http_output('UTF-8'); mb_regex_encoding('UTF-8');