From 3b9ae9c4988a222757d9a92aac708c4e628b1199 Mon Sep 17 00:00:00 2001 From: joyqi Date: Thu, 9 Feb 2017 17:16:38 +0800 Subject: [PATCH] add timezone --- admin/write-js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/write-js.php b/admin/write-js.php index 876d9a80..cd08a418 100644 --- a/admin/write-js.php +++ b/admin/write-js.php @@ -30,6 +30,7 @@ $(document).ready(function() { secondText : '', dateFormat : 'yy-mm-dd', + timezone : timezone(); ?> / 60, hour : (new Date()).getHours(), minute : (new Date()).getMinutes() });