Synchronizing Web application and server time zones
Last updated: 8/28/2026To 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 want to implement high availability to the task execution scheduling using Talend clustering feature, see Talend High Availability.