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

events not showing on timezone America/Asuncion used in Paraguay #176

Open
elratonmaton opened this issue Jan 16, 2025 · 1 comment
Open

Comments

@elratonmaton
Copy link

I was trying a demo but in my country or timezone is not working, but when the timezone is changed to another country its working

this is my example

<View style={{ flex: 1 }}> <CalendarContainer timeZone="America/Asuncion" numberOfDays={1} events={[ { id: "2", title: "Meeting with Team", start: { dateTime: "2025-01-16T15:00:00Z", timeZone: "America/Asuncion", }, end: { dateTime: "2025-01-16T15:30:00Z", timeZone: "America/Asuncion", }, color: "#4285F4", }, ]} > <CalendarHeader /> <CalendarBody></CalendarBody> </CalendarContainer> </View>

this is the test on Asuncion

Image

this is the same test changing the timezone to mexico

Image

please some help to use it, thanks

@XYOX
Copy link

XYOX commented Jan 17, 2025

Hi, I'm experiencing a similar issue. When trying to use the "America/Asuncion" time zone, the calendar events don’t work correctly, even though they seem to work fine with other time zones. Has anyone else encountered this issue or knows how to resolve it? 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants