Squiz Matrix v5.4.4.0
I have a calendar event search page which displays an event listing. I have a recurring event which occurs every month. All is working fine until I click through from the listing and the paint layout displays the first start date not the instance start date. I am using the below keywords and a recurring event type format on the paint layout for the event asset.
%begin_instance_start_datetime% %instance_start_datetime^date_format:g\:i a% - %instance_end_datetime^date_format:g\:i a% %instance_start_datetime^date_format:l j F Y% %end_instance_start_datetime%
What could I do to ensure each instance displays the correct date.
Many thanks