mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Better call to date.
This commit is contained in:
@@ -230,7 +230,7 @@ class ExportData extends Command
|
||||
return $date;
|
||||
}
|
||||
if ('end' === $field) {
|
||||
$date = new Carbon;
|
||||
$date = today(config('app.timezone'));
|
||||
$date->endOfDay();
|
||||
|
||||
return $date;
|
||||
|
Reference in New Issue
Block a user