mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix timezone call
This commit is contained in:
parent
f14ac5928f
commit
e2b698f166
@ -503,7 +503,7 @@ class Steam
|
||||
|
||||
foreach ($set as $entry) {
|
||||
$date = new Carbon($entry->max_date,'UTC');
|
||||
$date->setTimezone(env('TZ'));
|
||||
$date->setTimezone(config('app.timezone'));
|
||||
$list[(int)$entry->account_id] = $date;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user