05/25/2017 at 2:52 pm
#424148
Keymaster
@ plzit
Open this file, class.entry-data.php, found here:
../wp-content/plugins/connections/includes/entry/
Scroll to line 3498 which should be this:
return date_i18n( $format, strtotime( gmdate( 'r', $nextUDay ) ), TRUE );
Change it to this:
return gmdate( $format, $nextUDay );
Does that fix it for you too?
