Wrong displayed date using SQL Server but correct with H2

Hi,

When I configure the engine to use SQL Server and start a process, the created date of the user task associated with the process is set to two days ago:
image

Then, when relaunching Tomcat with H2, and doing the same as above I obtain the expected creation date:
image

What is causing this bad behavior ?
Thanks

Hi @Alex1,

See below posts…

1 Like

Hi @hassang ,

Thanks for your help!
Indeed, upgrading the JDBC driver does fix the problem.
I replaced the old sqljdbc4-3.0.jar with the mssql-jdbc-7.2.2.jre8.jar I found here and now the correct date is displayed.