I'm using Activiti configured with a MySQL database. Currently, all timestamps in the Activiti tables (i.e, process and task start_time_ and end_time_) are stored using the local timezone. I need these dates to be stored in UTC. Is there a configuration parameter that I can set to cause this to happen?
Thanks
Do you still have the problem? I have the problem too.
The MySQL JDC connection string in your properties file needs to be modified to specify the time zone. I added the following:
serverTimezone=UTC
I add the parameter in my app.yml, but it does not work. The user task create time is still the server local time.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.