Synchronizing Web application and server time zones
Last updated: 8/28/2025To make sure that the DST change and the time zones are correctly taken into account, check that your OS includes an environment variable set as follows:
On Windows: TZ=Europe/Paris
On Linux: Export TZ="Europe/Paris"If you wish to implement high availability to the task execution scheduling using Talend clustering feature, then read Talend High Availability.