Hi,
All my events date are showing correctly on the scheduler except the current time. It is 1 hour behind the actual time.
Iam using timeZone : 'UTC',
I tried setting it to actual timezone to timeZone : 'Europe/Dublin', which gave me correct current time however the time coming from the database is showing an extra hour which is a problem.
Can you tell me how I can set the current time to exact time
timeRanges : {
showCurrentTimeLine : true,
showHeaderElements : false,
}
Thanks