mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Timezone calcs
This commit is contained in:
parent
d7e9f64472
commit
364978d282
@ -834,6 +834,7 @@ class Client extends BaseModel implements HasLocalePreference
|
||||
return 0;
|
||||
|
||||
$timezone = $this->company->timezone();
|
||||
|
||||
$offset -= $timezone->utc_offset;
|
||||
$offset += ($entity_send_time * 3600);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user