| Issue 2443: | Migrate from moment's zone method (deprecated) to utcOffset method | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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 20, 2015
Fixed but not yet released https://github.com/arshaw/fullcalendar/commit/8078425715ee5d10b59fde1447f4c50e54716a00
Status:
Implemented
Feb 21, 2015
This has been released. Thanks! https://github.com/arshaw/fullcalendar/releases/tag/v2.3.0
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Bug