mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Add timezone to date objects
This commit is contained in:
@@ -395,6 +395,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
|
||||
// update recurring thing:
|
||||
$recurrence->latest_date = $date;
|
||||
$recurrence->latest_date_tz = $date?->format('e');
|
||||
$recurrence->save();
|
||||
|
||||
return $group;
|
||||
|
||||
Reference in New Issue
Block a user