Task created date

Hello. I have a problem with task date created.
When i create new task (or start new process instance, or whatever creates a task) trhough camunda web interface or through REST api - in database (SQL server in my case) date of creation is holds correctly.
But, when i go to camunda web interface or to REST Api endpoint and look at just created task - the date is shown as two days earlier! (screenshots are attached)
I use camunda-bpm-ee-tomcat-7.13.0-ee trial version
Can someone help me please?

Which jdbc-Driver are you using?
Try the latest one from https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc.

Thanks Iangfr! I used sqljdbc4 old driver! I have installed latest version and dream is came true)
Thanks a lot!