error with cookie extension

Hello!
I got a error when I added dhtmlxscheduler_cookie.js in my project.
In the first time, when there is no cookie, the start date is wrong.
I set up my scheduler to start today, but the initial date is in the future (see atached image).

If I click in today button, the cookie is created and the date stays correct.

It is necessary to fix this initial date of scheduler when there is no cookie.

Hello,

If there is no cookie then cookie extension does nothing (ok, sets up cookie later on). But your initial start date is defined by you.
Please show your scheduler.init call.
Also try again in our sample - scheduler\samples\03_extensions\08_cookies_plugin.html

Can you reproduce this problem there?

Kind regards,
Ilya