indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

BUG--> duplicate months when using moment time zone. #285

Open korengal opened 5 years ago

korengal commented 5 years ago

Hi, when using moment-timezone, and set moment.tz.setDefault('Asia/Jerusalem');

there is a problem with "month.add(1, 'months');" when set the months, for example: when navigating to the year 1994, the April month is duplicated:

1111111111111111

Plunker

Thanks.