node-red-contrib-cron-plus
node-red-contrib-cron-plus copied to clipboard
Problem during change time from CEST to CET
Goodmornig,
during last CEST->CET time change (on 29 october 2023) I saw a strange behavior, my cron-plus inject data every hour (this is the sequence) :
- 29 october 2023 0:00 CEST
- 29 october 2023 1:00 CEST (1 hour from previous)
- 29 october 2023 2:00 CEST (1 hour from previous)
- 29 october 2023 3:00 CET (2 hour from previous, this is wrong, where is 29 october 2023 2:00 CET ?)
between 29 october 2023 2:00 CEST and 29 october 2023 3:00 CET there are another hour that is 29 october 2023 2:00 CET but cron-plus ignore it.
As workaround, I setted Timezone of component to UTC (previously was blank to use pc timezone).
Some other data :
- Cron-plus 1.5.4
- Nodered 2.2.2 on Windows 10 Professional 21H2
- Node.js 14.21.1