SYSDATE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc cleanup)
m (typo)
Line 8: Line 8:
<dd>System
<dd>System
<dt>Where set
<dt>Where set
<dd>user 0 CCAIN parameter list only
<dd>User 0 CCAIN parameter list only
<dt>Related products
<dt>Related products
<dd>All
<dd>All

Revision as of 16:17, 2 November 2016

System initial date

Summary

Default value
Current operating system time
Parameter type
System
Where set
User 0 CCAIN parameter list only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The SYSDATE parameter lets you set the initial system date to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+ddd is specified.

The format for the parameter value is:

SYSDATE=yyyy/mm/dd

Or:

SYSDATE=+ddd

The SYSDATE value must not be in the past, and it must not be after 2042/09/17, the date the old-style, 8-byte hardware, Time-Of-Day clock value wraps to zero.