rss Timezone

Home Forums Calendar Products Events Calendar PRO rss Timezone

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #997216
    William
    Participant

    Hi –

    See a few older entries for RSS timezone – but not one that seems to apply to our case.

    Event times are correct on front end of website (reflecting PDT).
    Wordpress setting is for PDT.

    The rss feed time displayed is correct time though calculated for UTC and it displays UTC (+0000).

    Is there way to force PDT display for v3.11.2 (and 3.11.1 pro)?

    thanks.

    #997245
    William
    Participant

    This reply is private.

    #997263
    William
    Participant

    str_replace('<br>',' ', tribe_get_start_date()); solves the issue – removing the <br> that caused validation to fail.

    You might want to update your examples and documentation for how to access the feed when using mini-calendar and for how to get the feed to work when adding get_start_date and get_end_date. Stripping out the <br> tag ensures validation. Strip_tags doesn’t work because you need a space between the date and the time.

    #1001438
    Brian
    Member

    Hi,

    I apologize for missing this support thread it did not get assigned to anyone and has been sitting there since your last reply.

    Thanks for outlining the issue and the solution you came up with. I will create a ticket for us to look into this further.

    Let me know if you have any follow up comments.

    Thanks

    #1001514
    Brian
    Member

    Hi,

    I took a look at this again before creating a ticket and by default the Data and Time Separator is @.

    It looks like you are using a <br> tag instead to get those on 2 different lines.

    Since that looks to be the case you would have to modify your coding in the rss feed to handle that.

    Thanks for bring this example up, but it appears to be unique to your setup.

    Cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘rss Timezone’ is closed to new replies.