mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Merge pull request #451 from nerdoc/master
Fix typo in method name "getTimestampOffset"
This commit is contained in:
commit
6c90d3be9c
@ -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…
x
Reference in New Issue
Block a user