Issue 2417: Month view dates are off by one day
Status:  Released
Owner: ----
Closed:  Feb 2015
Reported by jdro...@gmail.com, Jan 12, 2015
When displaying an event in the month view, every single event is one day off. For instance, the date object below is for December 31th, but shows on Dec 30th

end: "2014-12-31 14:00:00
start: "2014-12-31 12:00:00"

Fails with v 2.2.5 & 2.2.6, version 2.1.1 shows correctly. Events display correctly on the week and day views
Jan 12, 2015
Project Member #1 adamrs...@gmail.com
Trying to get this addressed ASAP... what version of Moment are you using? What timezone have you put your calendar into (using the `timezone` setting) if any? What timezone is your computer in?

I'm having trouble reproducing with the given information. Tried moment 2.8.4 and 2.9.0:

http://jsbin.com/mobuzinero/3/edit?html,js,output

If you could find time to post a JSBin/JSFiddle like this, that would help a lot, but not obligatory.

PS- I do notice the title bug
Jan 12, 2015
#2 jdro...@gmail.com
Both time zones are Eastern, -4. Moment v2.8.3. 

If you are unable to replicate this i can put up an example a little later when I have some free time.
Jan 12, 2015
Project Member #3 adamrs...@gmail.com
Yeah, I've been trying to simulate your setup. Still can't recreate the bug
Status: Reproducing
Labels: Type-Bug
Jan 12, 2015
Project Member #4 adamrs...@gmail.com
Nevermind, after some detective work I figured out I could recreate this using timezone="local"
Jan 12, 2015
Project Member #5 adamrs...@gmail.com
Implemented (but not released yet)
https://github.com/arshaw/fullcalendar/commit/9ec97e2d16b8401d7671eb34841d6f9e9ec125c7
Status: Implemented
Feb 3, 2015
#6 johnc...@gmail.com
When will this be released?
Feb 10, 2015
Project Member #7 adamrs...@gmail.com
Released in v2.2.7.

https://github.com/arshaw/fullcalendar/releases/tag/v2.2.7

Thanks!
Status: Released