“datetime”
Type: “datetime”
Description: A representation of date and time. This format follows the ISO 8601 standard for date and time representation. The format is:
YYYY-MM-DDTHH:MM:SStzWhere:
YYYY: Year
MM: Month
DD: Day
T: The separator between date and time
HH: Hours in 24-hour clock
MM: Minutes
SS: Seconds
tz: Time zone. Specified in either of the following formats:
[+,-]HHMM
or
Z for Coordinated Universal Time (UTC).
Examples:
2002-05-30T09:30:10-0600
2002-05-30T015:30:10Z
Notes:
- Time zone is optional but recommended on queries.
- If the time zone is missing, the time is assumed to be the local time of the response side of the RCI request-response; that is, the device.
- If “datetime” is used to set time, it is recommended to not include time zone.
- This “datetime” format is the same as the standard XML “datetime xs:datetime”, with the exception of the time-zone format. In xs:datetime, the time zone is represented as -/+HH:MM. This format omits the : character.
min: Minimums are not meaningful. They should not be used, but if they are present they must be ignored.
max: Maximums are not meaningful. They should not be used, but if they are present they must be ignored.