Hi Terry,
The “UTC+0” style text is the timezone of the event – if you head to Events > Settings in your wp-admin, scroll all the down until you see the “Timezone Settings” options right above the “Save Changes” button.
What are your settings here? Can you share a screenshot of these settings and share it with us? You can do so by uploading the screenshot to Imgur.com, Flickr.com, CloudUp.com, or any similar image-hosting site; then just share the links to those images here and I’ll take a look.
—
If you just want to hide that text regardless, then you can add the following CSS to the bottom of your theme’s style.css file:
div.tribe-events-schedule span.timezone {
display: none !important;
}
Cheers,
George