“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:SStz 

Where:

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:

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.

 

© 2017 Digi International Inc. All rights reserved.
“datetime” updated on 02 Aug 2017 03:35 PM