},zoneName:function(){returnthis._isUTC?"Coordinated Universal Time":""},parseZone:function(){returnthis._tzm?this.zone(this._tzm):"string"==typeofthis._i&&this.zone(this._i),this},hasAlignedHourOffset:function(t){returnt=t?De(t).zone():0,(this.zone()-t)%60===0},daysInMonth:function(){returnT(this.year(),this.month())},dayOfYear:function(t){vare=Me((De(this).startOf("day")-De(this).startOf("year"))/864e5)+1;returnnull==t?e:this.add(t-e,"d")},quarter:function(t){returnnull==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},weekYear:function(t){vare=oe(this,this.localeData()._week.dow,this.localeData()._week.doy).year;returnnull==t?e:this.add(t-e,"y")},isoWeekYear:function(t){vare=oe(this,1,4).year;returnnull==t?e:this.add(t-e,"y")},week:function(t){vare=this.localeData().week(this);returnnull==t?e:this.add(7*(t-e),"d")},isoWeek:function(t){vare=oe(this,1,4).week;returnnull==t?e:this.add(7*(t-e),"d")},weekday:function(t){vare=(this.day()+7-this.localeData()._week.dow)%7;returnnull==t?e:this.add(t-e,"d")},isoWeekday:function(t){returnnull==t?this.day()||7:this.day(this.day()%7?t:t-7)},isoWeeksInYear:function(){returnO(this.year(),1,4)},weeksInYear:function(){vart=this.localeData()._week;returnO(this.year(),t.dow,t.doy)},get:function(t){returnt=w(t),this[t]()},set:function(t,e){returnt=w(t),"function"==typeofthis[t]&&this[t](e),this},locale:function(e){varn;returne===t?this._locale._abbr:(n=De.localeData(e),null!=n&&(this._locale=n),this)},lang:i("moment().lang() is deprecated. Use moment().localeData() instead.",function(e){returne===t?this.localeData():this.locale(e)}),localeData:function(){returnthis._locale},_dateTzOffset:function(){return15*Math.round(this._d.getTimezoneOffset()/15)}}),De.fn.millisecond=De.fn.milliseconds=me("Milliseconds",!1),De.fn.second=De.fn.seconds=me("Seconds",!1),De.fn.minute=De.fn.minutes=me("Minutes",!1),De.fn.hour=De.fn.hours=me("Hours",!0),De.fn.date=me("Date",!0),De.fn.dates=i("dates accessor is deprecated. Use date instead.",me("Date",!0)),De.fn.year=me("FullYear",!0),De.fn.years=i("years accessor is deprecated. Use year instead.",me("FullYear",!0)),De.fn.days=De.fn.day,De.fn.months=De.fn.month,De.fn.weeks=De.fn.week,De.fn.isoWeeks=De.fn.isoWeek,De.fn.quarters=De.fn.quarter,De.fn.toJSON=De.fn.toISOString,h(De.duration.fn=l.prototype,{_bubble:function(){vart,e,n,a=this._milliseconds,s=this._days,i=this._months,r=this._data,o=0;r.milliseconds=a%1e3,t=m(a/1e3),r.seconds=t%60,e=m(t/60),r.minutes=e%60,n=m(e/60),r.hours=n%24,s+=m(n/24),o=m(_e(s)),s-=m(pe(o)),i+=m(s/30),s%=30,o+=m(i/12),i%=12,r.days=s,r.months=i,r.years=o},abs:function(){returnthis._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){returnm(this.days()/7)},valueOf:function(){returnthis._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*S(this._months/12)},humanize:function(t){vare=re(this,!t,this.localeData());returnt&&(e=this.localeData().pastFuture(+this,e)),this.localeData().postformat(e)},add:function(t,e){varn=De.duration(t,e);returnthis._milliseconds+=n._milliseconds,this._days+=n._days,this._months+=n._months,this._bubble(),this},subtract:function(t,e){varn=De.duration(t,e);returnthis._milliseconds-=n._milliseconds,this._days-=n._days,this._months-=n._months,this._bubble(),this},get:function(t){returnt=w(t),this[t.toLowerCase()+"s"]()},as:function(t){vare,n;if(t=w(t),"month"===t||"year"===t)returne=this._days+this._milliseconds/864e5,n=this._months+12*_e(e),"month"===t?n:n/12;switch(e=this._days+pe(this._months/12),t){case"week":returne/7+this._milliseconds/6048e5;case"day":returne+this._milliseconds/864e5;case"hour":return24*e+this._milliseconds/36e5;case"minute":return24*e*60+this._m