UTCTime Type

12-1
The UTCTime type provides date and time, as Universal Coordinated Time (year without century numbers), in the format:
YYMMDDHHMM
[
SS
]Z
GMT date and time (to minutes or seconds); Z indicates GMT time
YYMMDDHHMM
[
SS
]
sHHMM
Local date and time (to minutes or seconds); with signed zone offset from GMT time (
s
= + or -)

External Form -- Input and Output

This can be any valid data as shown above.

Local Form and Behavior

On input data is stored as supplied. If the component has a fixed length, a short input string is padded with blanks. Truncation is not allowed.

Named Values

Named values are not applicable to the UTCTime type.

Constraints

Constraints are not applicable to the UTCTime type.