Start a Conversation

Unsolved

This post is more than 5 years old

54399

June 26th, 2015 02:00

Wyse C10le - wrong date how to change it?

Wyse C10le - wrong date how to change it?

ThinClient / Wyse OS rookie here.

OK I have some Wyse C10Le units that I just turn on, set the wireless, then access our Windows 2008 terminal servers and all they do is view an ERP software program we run.

The problem is I can't even change the time on the Wyse OS units! Even the Date/Time tab doesn't give me the option to change the date (How odd is that?)

What am I missing?

June 26th, 2015 02:00

Easiest way I have found is using the 'TimeServer' option of the INI files, assuming you are using an FTP server with INI files to configure your units, and have an SNTP time server. For example:

Timeserver=10.xxx.xxx.xxx Timeformat="12-hour format" Dateformat=mm/dd/yyyy
TimeZone='GMT - 05:00' ManualOverride=yes Daylight=yes Start=030207 End=110107 TimeZoneName="Eastern Standard Time" DayLightName="Eastern Daylight Time"


Here is the documentation:

TimeServer=server_list
[TimeFormat={“24-hour format”, “12-hourformat”}]
[DateFormat={yyyy/mm/dd, mm/dd/yyyy, dd/mm/yyyy}]
[GetBiosDT={no, yes, 0, 1}]

TimeServer — Specifies the SNTP time servers to use for time retrieval.
TimeFormat — Specifies the time format to use.
DateFormat — Specifies the date format to use. [Introduced in build
5.0.014]
NOTE: The TimeFormat and DateFormat settings in a wnos.ini file will be
saved into NVRAM if EnableLocal=yes is set in the wnos.ini file. [Introduced
in build 5.0.010]
GetBiosDT — Yes/no option to obtain time from BIOS/CMOS when the
timeserver is not available or cannot be contacted. [Introduced in build
6.3.0_27]


TimeZone=zone
[ManualOverride={no, yes}]
[daylight={no, yes}]
[start=mmwwdd end=mmwwdd]
[TimeZoneName=timezonename]
[DayLightName=daylightname]
TimeZone — Specifies the time zone if the zone is unspecified on the thin
client or is used with ManualOverride. Supported zones are listed in the
System Preference dialog box (for example: ‘GMT – 12:00’ to ‘GMT + 13:00’
at one hour increment, ‘GMT + 03:30’, ‘GMT + 04:30’, ‘GMT + 05:30’, ‘GMT
+ 05:45’, ‘GMT + 06:30’, ‘GMT + 09:30’, ‘GMT – 3:30’ and ‘Greenwich Mean
Time’).
ManualOverride — Yes/no option to override the thin client System
Preference Menu setting with this TimeZone setting. TimeZone settings in
the wnos.ini file will be saved into NVRAM if EnableLocal=yes is set in the
wnos.ini file.
Daylight — Yes/no option to enable daylight saving time; mmwwd is a 6 digit
number to specify the start and the end of daylight saving time sing the
following:
Mm – 01 to 12 for the month of the year from January to December. For
example, 01 is January.
Ww – 01 to 04 for the week of the month, 05 is the last week. For example,
01 is 1st week.
Dd – 01 to 07 for the day in the week from Monday to Sunday. For example,
01 is Monday.
TimeZoneName — Display name sent to the ICA/RDP session (such as
Eastern Standard Time).
DayLightName — Display name for daylight saving time. If daylight saving
time is enabled, DayLightName should be named something similar to
Eastern Daylight Time, otherwise it should be the same as TimeZoneName.
NOTE: To configure daylight saving time for an RDP session, you must
enable the Allow Time Zone Redirection function. Use the following
guidelines:
Run gpedit.msc to open the Group Policy dialog box. Click Computer
Configuration in the Local Computer Policy tree. Expand the
Administrative Templates folder. Expand the Windows Components
folder. Expand the Terminal Services folder. Click Client/Server data
redirection to open the Setting list. Right-click Allow Time Zone
Redirection and select Properties to open the Allow Time Zone
Redirection Properties dialog box. Select the

No Events found!

Top