diff options
Diffstat (limited to 'app/Api/App.php')
-rw-r--r-- | app/Api/App.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/App.php b/app/Api/App.php index 635f1ce2..1c4737c0 100644 --- a/app/Api/App.php +++ b/app/Api/App.php @@ -12,7 +12,7 @@ class App extends \Kanboard\Core\Base { public function getTimezone() { - return $this->config->get('application_timezone'); + return $this->timezone->getCurrentTimezone(); } public function getVersion() |