Process engine
The ASEE Flow engine uses the default time zone of the JVM when operating with dates:- When reading datetime values from BPMN XML
- In REST responses
- When reading/writing DateTime values from/to the database
Database
Database time zone and database sessions time zone are out of scope of the ASEE Flow engine and must be configured explicitly. However, Timestamp columns in the ASEE Flow engine are using theTIMESTAMP [WITHOUT TIME ZONE] data type (the name differs in different database servers).
For this reason, it is not recommended to change the time zone on the database side once set, since it may lead to an incorrect operation of the ASEE Flow engine.