diff --git a/app/Services/Internal/Update/GroupCloneService.php b/app/Services/Internal/Update/GroupCloneService.php index e3353d6ada..ff9c33249d 100644 --- a/app/Services/Internal/Update/GroupCloneService.php +++ b/app/Services/Internal/Update/GroupCloneService.php @@ -54,7 +54,7 @@ class GroupCloneService { $newJournal = $journal->replicate(); $newJournal->transaction_group_id = $newGroup->id; - $newJournal->date = today(config('app.timezone')); + $newJournal->date = now(); $newJournal->save(); foreach ($journal->transactions as $transaction) {