diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 5221f61058de..650a9ef74117 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -330,7 +330,7 @@ class Utils return $date->format($format); } - public static function getTiemstampOffset() + public static function getTimestampOffset() { $timezone = new DateTimeZone(Session::get(SESSION_TIMEZONE, DEFAULT_TIMEZONE)); $datetime = new DateTime('now', $timezone);