// Time Variable
$localTime = str_replace('at ', '', $localTime);
$localTime = do_shortcode('[localize_time before_local=" " after_local=" " fmt="F j, Y g:i a"]'.$localTime.'[/localize_time]');
echo $localTime;
So there is no way to fix this?
Also having this issue. How do I solve?