mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
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
@ -330,7 +330,7 @@ class Utils
|
|||||||
return $date->format($format);
|
return $date->format($format);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getTiemstampOffset()
|
public static function getTimestampOffset()
|
||||||
{
|
{
|
||||||
$timezone = new DateTimeZone(Session::get(SESSION_TIMEZONE, DEFAULT_TIMEZONE));
|
$timezone = new DateTimeZone(Session::get(SESSION_TIMEZONE, DEFAULT_TIMEZONE));
|
||||||
$datetime = new DateTime('now', $timezone);
|
$datetime = new DateTime('now', $timezone);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user