Daylight Saving Time variables
Information on the system clock. The variables contain information on the "local" time. Standard Time (solar time) and Day Light Saving time (DST) are available.
Note: All variables are read only; you cannot use them to update the system clock.
Variable | Description |
---|---|
Standard Offset |
Offset in minutes when standard time is set, with respect to GMT (for example: -8x60 = -480 minutes). |
Standard Week |
Week in which the standard time starts (for example: First = 1). |
Standard Month |
Month in which the standard time starts. Range: 0–11. (for example: November = 10). |
Standard Day |
Day of week in which the standard time starts (for example: Sunday = 0). |
Standard Hour |
Hour in which the standard time starts (for example: 02 = 2). |
Standard Minute |
Minute in which the standard time starts (for example: 00 = 0). |
DST Offset |
Offset in minutes when DLS time is set, with respect to GMT |
DST Week |
Week in which the DLS time starts |
DST Month |
Month in which the DLS time starts. Range: 0–11. |
DST Day |
Day of week in which the DLS time starts |
DST Hour |
Hour in which the DLS time starts |
DST Minute |
Minute in which the DLS time starts |