In Custom Fields type Date we now use the Formula:
ProjDateAdd([Start];"8h";"24 hours")
ProjDateAdd([Finish];"8h";"24 hours")

But we need to add a condition to check if Day Light Save is Winter or Summer because then the difference is not 8 hours but f.e. 9 hours

How can i do that?