AC3 Configuration
In Adeptia Connect v3, the application time zone can be set by adding the following parameter in the launcher.properties file for both Kernel and Webrunner:
-Duser.timezone=<timezoneValue>
AC4 Configuration
In Adeptia Connect v4, to configure the AC4 environment to reflect the user’s local server time (e.g., EST) instead of the default UTC/GMT, the following Java property needs to be added to the JAVA_OPTS environment variable in each microservice deployment:
-Duser.timezone=America/New_YorkReplace America/New_York with the desired IANA time zone ID as per your server's local time.
Note:
Changing the application time zone affects the trigger time of all activated events. Therefore, before updating the time zone configuration, make sure to deactivate all events. Once deactivated, add the -Duser.timezone=<timezone> property to the JAVA_OPTS of each microservice deployment and restart all pods. After the pods are up, you can reactivate the events.
Comments
0 comments
Please sign in to leave a comment.