Update boardParams.h as follows:
Comment out old definitions:
// #define DEFAULT_START_DAYLIGHT_RULE “4.1.0/02:00:00” /* April,1st week,sunday/2am /
// #define DEFAULT_END_DAYLIGHT_RULE “10.5.0/02:00:00” / October,last week,sunday/2am */
Add new ones:
#define DEFAULT_START_DAYLIGHT_RULE “3.2.0/02:00:00” /* March,2nd week,sunday/2am /
#define DEFAULT_END_DAYLIGHT_RULE “11.1.0/02:00:00” / November,1st week,sunday/2am */
Is this fixed in later versions?