diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index a04d08b25a2b..60e8b378c212 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);