[asterisk-users] DST changes for the US
Peder at NetworkOblivion
peder at networkoblivion.com
Mon Mar 12 06:44:11 MST 2007
> <SNTP tcpIpApp.sntp.resyncPeriod="86400"
> tcpIpApp.sntp.address="" tcpIpApp.sntp.gmtOffset=""
> 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="0"
> tcpIpApp.sntp.daylightSavings.stop.month="11"
> tcpIpApp.sntp.daylightSavings.stop.date="1"
> tcpIpApp.sntp.daylightSavings.stop.time="2"
> tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1"
> tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"/>
I'm pretty sure this is wrong:
tcpIpApp.sntp.daylightSavings.start.date="8"
Should be:
tcpIpApp.sntp.daylightSavings.start.date="2"
which indicates second week of month.
More information about the asterisk-users
mailing list