You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? 😔
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
this is the same test changing the timezone to mexico
please some help to use it, thanks
The text was updated successfully, but these errors were encountered: