Unsolved
This post is more than 5 years old
2 Posts
0
8493
June 29th, 2015 04:00
Setting Time Details
Setting Time Details
I have a Cx0 C10LE WTOS.
I am trying to edit the time date in the wnos.ini file. However, it isn't setting the fields when I turn on the machine. I know it is reading the file as many other configurations are being set. Could you please advise?
Here are my configurations.
# Sets Time Services. PJT 11/28/11
TimeZone=GMT-06:00
ManualOverride=yes
EnableLocal=yes
TimeZoneName="Central Time (US & Canada)"
daylight=yes
start=030207 end=100507
DayLightName="Central Daylight Time"
No Events found!


PTrahan-2015
2 Posts
0
June 29th, 2015 04:00
I've answered my own question. It was all in syntax.
# Sets Time Services. PJT 11/28/11
TimeZone='GMT - 06:00' \
ManualOverride=yes \
EnableLocal=yes \
TimeZoneName="Central Time (US & Canada)" \
daylight=yes \
start=030207 end=100507 \
DayLightName='Central Daylight Time' \