10-23-2017 01:11 PM
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
02-22-2019 03:54 AM
Do you still have the problem? I have the problem too.
02-22-2019 07:37 AM
The MySQL JDC connection string in your properties file needs to be modified to specify the time zone. I added the following:
serverTimezone=UTC
02-24-2019 10:09 PM
I add the parameter in my app.yml, but it does not work. The user task create time is still the server local time.
Explore our Alfresco products with the links below. Use labels to filter content by product module.