Skip to content

Conversation

@snipe
Copy link
Member

@snipe snipe commented Nov 4, 2025

This should fix the error/weird date on checkin acceptance and decline. We were double-Helpering the dates, which already get converted here:

'check_out_date' => Helper::getFormattedDateObject($acceptance->created_at, 'datetime', false),
'accepted_date' => Helper::getFormattedDateObject(now()->format('Y-m-d H:i:s'), 'datetime', false),
'declined_date' => Helper::getFormattedDateObject(now()->format('Y-m-d H:i:s'), 'datetime', false),

Fixes #18119

@snipe snipe merged commit c5ad451 into develop Nov 4, 2025
8 checks passed
@snipe snipe deleted the #18119-fix-double-helpering-on-dates-for-asset-acceptance branch November 4, 2025 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants