Reload Task set to "Brasilia" Time Zone Daylight Saving (DST) are not updated after DST change.
Brazil has cancelled DST. Previously set up tasks in Qlik Sense do not respect this change.
When using the Qlik Sense task's Daylight saving time "Observe daylight saving time", the time needs to be set 1 hour ahead for it to take effect in the configuration if scheduled to run within the next hour, as the effective time after clicking Apply rolls back 1 hour.
Environment:
Qlik Sense Enterprise on Windows any version
A workaround is available to address this.
Stop all Qlik Sense Services except the Qlik Sense Repository Database
Execute the following query against the Qlik Sense Repository Database:
UPDATE "SchemaEvents" SET "DaylightSavingTime" = '1'
WHERE "DaylightSavingTime" = '0';
This will change existing triggers from Observe daylight savingtime to Permanent standard time.
Start the Qlik Sense Services
Future tasks should all be set with the setting Daylight saving time set to Permanent Standard time.