Fixed timezone issue in PDF reports

This commit is contained in:
Constantin Graf
2025-04-02 12:55:43 +02:00
committed by Constantin Graf
parent bc9b104c3f
commit 4fb744db1d
3 changed files with 7 additions and 6 deletions

View File

@@ -419,6 +419,7 @@ class TimeEntryController extends Controller
'currency' => $currency,
'group' => $group,
'subGroup' => $subGroup,
'timezone' => $timezone,
'start' => $request->getStart()->timezone($timezone),
'end' => $request->getEnd()->timezone($timezone),
'debug' => $debug,