SysTimeRtcSetTimezone2 (FUN)

FUNCTION SysTimeRtcSetTimezone2 : RTS_IEC_RESULT

<description>Set the specified timezone information. Currently only implented on VxWorks systems with POSIX compatible format of environment variable TZ (See POSIX 1.2024 environment variable TZ for details).

Example value for szTimezone (from POSIX 1.2024 documentation), including the appropriate Daylight Saving TIME AND its dates OF applicability. In North American Eastern Standard TIME (EST) AND Eastern Daylight TIME (EDT), the normal offset FROM UTC is 5 hours; since THIS is west OF the prime meridian, the sign is positive. Summer TIME begins on March’S second Sunday AT 2:00am, AND ends on November’S first Sunday AT 2:00am. ‘EST+5EDT,M3.2.0/2,M11.1.0/2’ </description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>

InOut:

Scope

Name

Type

Comment

Return

SysTimeRtcSetTimezone2

RTS_IEC_RESULT

Input

szTimezone

STRING(254)

<param name=”szTimezone” type=”IN”>String of timezone information.</param>