Mise à l'heure des Polcyom

La synchronisation de l'heure des polcyom est un vrai cauchemard, pourtant, en lisant de près la doc, on se rend compte qu'on peut le configurer un peu comme bon nous semble, voilà les paramètres à utiliser:

     <SNTP
       tcpIpApp.sntp.resyncPeriod="3600"
       tcpIpApp.sntp.address="195.154.10.106"
       tcpIpApp.sntp.address.overrideDHCP="1"
       tcpIpApp.sntp.gmtOffset="3600"
       tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
       tcpIpApp.sntp.daylightSavings.enable="1"
       tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
       tcpIpApp.sntp.daylightSavings.start.month="3"
       tcpIpApp.sntp.daylightSavings.start.date="8"
       tcpIpApp.sntp.daylightSavings.start.time="2"
       tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
       tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="1"
       tcpIpApp.sntp.daylightSavings.stop.month="10"
       tcpIpApp.sntp.daylightSavings.stop.date="29"
       tcpIpApp.sntp.daylightSavings.stop.time="2"
       tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1"
       tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="1"/>

Paramètres importants: