Issue 2443: Migrate from moment's zone method (deprecated) to utcOffset method
Status:  Released
Owner: ----
Closed:  Feb 2015
Reported by melnik.v...@gmail.com, Feb 13, 2015
When ISO8601 date strings are parsed, the timezone offset that was originally in the string will be preserved (via Moment's zone).

moment().zone() has been deprecated in 2.9.0. Consider moment.fn.utcOffset instead.

Feb 13, 2015
Project Member #1 adamrs...@gmail.com
https://github.com/moment/moment/issues/1779
Summary: Migrate from moment's zone method (deprecated) to utcOffset method (was: Deprecation warning: moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779)
Status: Accepted
Labels: Type-Bug
Feb 20, 2015
Project Member #2 adamrs...@gmail.com
Fixed but not yet released
https://github.com/arshaw/fullcalendar/commit/8078425715ee5d10b59fde1447f4c50e54716a00
Status: Implemented
Feb 21, 2015
Project Member #3 adamrs...@gmail.com
This has been released. Thanks!
https://github.com/arshaw/fullcalendar/releases/tag/v2.3.0
Status: Released