Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Timezone Parsing #43

Open
lbell opened this issue Apr 29, 2024 · 3 comments
Open

Inconsistent Timezone Parsing #43

lbell opened this issue Apr 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lbell
Copy link
Owner

lbell commented Apr 29, 2024

The "start" and "end" times surfaced in Tippy use toLocaleTimeString() which defaults to browser TZ. The rest of PGCal uses calendar TZ.

@lbell lbell added the bug Something isn't working label Apr 29, 2024
@lbell
Copy link
Owner Author

lbell commented Jul 2, 2024

@Carter12s
Copy link

Also running into what I think is this issue.

Trying to display a calendar originally from Meetup.com on my site.

Importing the Meetup calendar into gcal the TZ is UTC an I can't edit that on the gcal side.

When I then display the calendar with this plugin it shows the times as UTC instead of local.

Would be happy to lightly bribe for a fix.

@lbell
Copy link
Owner Author

lbell commented Aug 22, 2024

@Carter12s To clarify, are you talking about in the calendar itself showing UTC, or in the popup?

For the calendar, check here: https://fullcalendar.io/docs/timeZone. You might try specifying a timeZone argument to see what works. E.g. fc_args='{"timeZone":"America/New_York"}

Let me know what you find, and I'll see what needs tweaking in the popup to get things right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants