diff options
Diffstat (limited to 'public/js/fullcalendar/packages/moment-timezone/index.global.min.js')
-rw-r--r-- | public/js/fullcalendar/packages/moment-timezone/index.global.min.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/js/fullcalendar/packages/moment-timezone/index.global.min.js b/public/js/fullcalendar/packages/moment-timezone/index.global.min.js new file mode 100644 index 0000000..b5cf8ce --- /dev/null +++ b/public/js/fullcalendar/packages/moment-timezone/index.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Moment Timezone Plugin v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | FullCalendar.MomentTimezone=function(e,t,n,a){"use strict";function l(e){return e&&e.__esModule?e:{default:e}}var r=l(n);class u extends a.NamedTimeZoneImpl{offsetForArray(e){return r.default.tz(e,this.timeZoneName).utcOffset()}timestampToArray(e){return r.default.tz(e,this.timeZoneName).toArray()}}var m=t.createPlugin({name:"@fullcalendar/moment-timezone",namedTimeZonedImpl:u});return t.globalPlugins.push(m),e.default=m,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar,moment,FullCalendar.Internal); \ No newline at end of file | ||