Flowable saves wrong time for <timeDate>

Hi,

I am programmatically computing a time when a Timer Start Event should be triggered.

My result is
Sat Mar 28 00:01:12 UTC 2020

but the Flowable does not save UTC time.
Screenshot 2020-03-27 at 09.50.55

On other side, the audit column CREATE_TIME shows the time of my machine

Any ideas how to get the UTC time saved?

Pass this parameter to the JVM:

-Duser.timezone=UTC

1 Like