Hi:
I have a situation where I need to override the timezone for the scheduler from what it uses when it's rendered through my server side Razor code. "@(Html.EJS().Schedule("schedule")...Render()". This is because the current value is stored in the browser's local storage, I'm overriding the value in the javascript document ready function. That doesn't seem to work and always uses the browser/users timezone. Are you able to override the timezone in this way?
Thanks