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