Open missakation opened 7 years ago
Hello, when I change the timezone of my computer to UTC-12 and when I select a day, I am getting one day before. This is my code.
... select: (start, end) => { this.selectedDate = start._d; this.GetCalendarEventsByDate(); }
this.selectedDate is producing one day before. When I work locally UTC+2, It is working fine. Any idea why?
Hello, when I change the timezone of my computer to UTC-12 and when I select a day, I am getting one day before. This is my code.
... select: (start, end) => { this.selectedDate = start._d; this.GetCalendarEventsByDate(); }
this.selectedDate is producing one day before. When I work locally UTC+2, It is working fine. Any idea why?