[feat]Properly add timezone to events starttime and endtime; set now to be the time in conference timezone instead of the user s time zone in fullcalendar
This commit is contained in:
parent
66767c33a2
commit
bc115d6f90
6 changed files with 25 additions and 9 deletions
|
|
@ -8,6 +8,6 @@
|
|||
#vert-schedule-full-calendar
|
||||
#fullcalendar{ data: { rooms: @rooms, events: @event_schedules, day: @day,
|
||||
'start-hour': @conference.start_hour, 'end-hour': @conference.end_hour,
|
||||
'start-date': @conference.start_date,
|
||||
'end-date': @conference.end_date + 1.day,
|
||||
'start-date': @conference.start_date, 'end-date': @conference.end_date + 1.day,
|
||||
'timezone': @conference.timezone, 'now': @now,
|
||||
'scheduler-license-key': @scheduler_license_key } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue