Fullcalendar: NowIndicator specific timezone

Created on 2 Feb 2016  路  1Comment  路  Source: fullcalendar/fullcalendar

I realy like the nowIndicator. I want to develop a calendarview with a now indicator, in a specific timezone. So I want to show the nowindicator for all users worldwide at the same time. So I set:

timezone: 'America/Chicago'

That's not changing the place of the indicator, but

timezone: 'America/Chicago'

does change it to UTC. But I want to display all the users a red line at the current Chicago time.

Most helpful comment

that is because the JS doesn't know how to calculate the current time in chicago. however, you can achieve it with the now setting...
http://fullcalendar.io/docs/timezone/now/

>All comments

that is because the JS doesn't know how to calculate the current time in chicago. however, you can achieve it with the now setting...
http://fullcalendar.io/docs/timezone/now/

Was this page helpful?
0 / 5 - 0 ratings