Files
InvoiceShelf/app/Models/RecurringInvoice.php
Darko Gjorgjijoski 631d838834 Fix recurring invoices using wrong date in non-UTC timezones
Pass the app's configured timezone to CronExpression::getNextRunDate()
so the next invoice date is calculated in the correct timezone instead
of defaulting to UTC.

Fixes #491
2026-04-06 23:38:55 +02:00

5.8 KiB