summaryrefslogtreecommitdiff
path: root/app/Core
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core')
-rw-r--r--app/Core/Helper.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Core/Helper.php b/app/Core/Helper.php
index c3ffe95a..9bbaea57 100644
--- a/app/Core/Helper.php
+++ b/app/Core/Helper.php
@@ -611,6 +611,17 @@ class Helper
}
/**
+ * Get current timezone
+ *
+ * @access public
+ * @return string
+ */
+ public function getTimezone()
+ {
+ return $this->config->getCurrentTimezone();
+ }
+
+ /**
* Get the link to toggle subtask status
*
* @access public