Fix typo in method name "getTimestampOffset"
This method was not used anywhere so it had no impact anyway.
This commit is contained in:
parent
04dfaf9b49
commit
eb2152f3b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue