From a1abd4d5ca0c881dc64853a70f3f963110387ec2 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 5 Apr 2020 13:47:07 +0800 Subject: [PATCH] timezone setting --- platform/heroku.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/heroku.php b/platform/heroku.php index 4b8a2dc..d243a0a 100644 --- a/platform/heroku.php +++ b/platform/heroku.php @@ -107,6 +107,7 @@ function install() if ($_POST['admin']!='') { $tmp['admin'] = $_POST['admin']; $tmp['language'] = $_POST['language']; + $tmp['timezone'] = $_COOKIE['timezone']; $APIKey = getConfig('APIKey'); if ($APIKey=='') { $APIKey = $_POST['APIKey']; @@ -147,6 +148,12 @@ language:
';