cob-cli 2.17.0 → 2.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,7 @@
54
54
  debouncing: false,
55
55
  calendarOptions: {
56
56
  plugins: [dayGridPlugin, interactionPlugin, listPlugin],
57
- timeZone: 'UTC',
57
+ timeZone: 'local',
58
58
  locales: allLocales,
59
59
  // Take in consideration updating the initial state value of `activeView` if you change this value
60
60
  initialView: 'dayGridWeek',
@@ -292,7 +292,7 @@
292
292
  title: title[0] + (title.length > 1 ? `(${title.length})` : ''),
293
293
  start: startDate,
294
294
  end: endDate,
295
- allDay: true,
295
+ allDay: false,
296
296
  backgroundColor: color,
297
297
 
298
298
  // from: https://fullcalendar.io/docs/event-object