Hi
Today, in the UK we put the clocks forward. My test camera using this Witty board is set to start 11:15 and finish 12:30 (1hr 15mins running time). I have been running this for over a week now and no issues. Clocks went back today. Checking my Rpi the date has automatically been set correctly. But, the scheduler shutdown at 11:30 and not 12:30. ?
It must be due to the daylight saving time ends today.
I should of added that my code detects the time change and calls your SetRtc command. The Witty log shows that the time has been updated but still shutdown an hour early. The schduler end time seems 'stuck' on the old timestamp
You probably need to prepare two schedule scripts, one for DST and the other one for non-DST. After updating the time, you also need to replace the schedule script and run "runScript.sh" to take effect.
There are quite some topics about DST in this forum, you may want to read them first.
Hi, Thanks. But i use my own script to run the schdeuler. Seems the soluton then is to recall the set_shutdown_time and get_shutdown_time then as what you are inferring this is not done automatically when the rtc clock changes?
