nekken / ng2-fullcalendar

95 stars 47 forks source link

TimeZone Issue #57

Open missakation opened 7 years ago

missakation commented 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?