fullcalendar confusion with UTC and local date
问题 I do let fullcalendar initialize normally. So it represents current date. (Midnight->midnight, 1day, 1h slots) From some other datasource I get data with timestamps. The format is "YYYY-MM-DD HH:mm" (transmitted as a string, no timezone information) So I convert that string to a moment object and test against fullcalendar.start and .end to see if it is within. moment("2016-04-07 00:00") == $('#calendar').fullCalendar('getView').end This results in false though the following command $('