Make sure all dates are in UTC (#1139)
This commit is contained in:
@@ -186,7 +186,7 @@ class Journal extends Model
|
||||
*/
|
||||
public function getCurrentBalance()
|
||||
{
|
||||
return $this->getBalanceOn(Carbon::now());
|
||||
return $this->getBalanceOn(Carbon::now('UTC'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user