7961 setting the time on the phone help

Hello, I keep having some trouble setting the time on the phone. The date that pops up is right, just not the time. Can someone help me?

Here is my config for the time

  <dateTimeSetting>
            <dateTemplate>M/D/YA</dateTemplate>
            <timeZone>Central/Daylight Time</timeZone>
                <ntps>
                    <ntp>
                        <name>ca.pool.ntp.org</name>
                        <ntpMode>unicast</ntpMode>
                    </ntp>
                </ntps>
        </dateTimeSetting>

If it’s showing UTC (5 hours later than CDT), I’m guessing that the time zone name is incorrect. Try
<timeZone>Central Standard/Daylight Time</timeZone>
If no luck, search for the correct time zone name for your phone.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.