So, after the test is before the (next) test, so if you (or other brave guys) are willing to take another try:
I just finished a universal daylight saving handling, heavily relying on the Tasmota code:
You are no longer bound to the settings during compilation, but can set DST freely.
So if this could be tested on other platforms with some other configuration tests, that would be great.
I attached a file with all the DST settings on Tasmota DST page "rewritten" for my approach.
And I would appreciate if
@p.kaczmarek2 could have a look at the PR, too, especially on the change to "new_pins.h":
I added a uint64 to config to be able to save the clock settings (at least, I tried

, not sure if padding is needed and if my calculation is right)
In the meantime, I did some tests about xTicks overflow by defining a 16-bit TickType_t locally and could verify (on my LH882H) that this works as intended (with 16-bit the overflow is after 1 minute and some seconds, not every 50 days as with 32-bit counter).
So, if the tests are successful, I can disable some "chatty" information, disable the functions tested and then I would expect it ready for merging...