Hi Steven,
thanks for your reply!
I changed line 3771 in function getUpcoming from:
return date_i18n( $format, strtotime( gmdate( 'r', $nextUDay ) ), TRUE );
to this:
return date_i18n( $format, strtotime( gmdate( 'c', $nextUDay ) ) );
which solved this issue.
Kind regards,
Philip