diff --git a/app/Models/Client.php b/app/Models/Client.php index 9543376a0f99..28727d9f3673 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -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);