You can represent a dateTime object with physical types.
The following types provide a way for C
time_t and Java
dateTime representations
to be parsed:
- TimeSeconds. This is a 4 byte integer that represents
the number of seconds since the epoch.
- TimeMilliSeconds. This is an 8 byte integer that represents
the number of milliseconds since the epoch.
The epoch (time 0) is specified by the format string. This has the
default value of 1970-01-01T00:00 +00:00. You can specify
other epoch strings, which must conform to the format pattern "yyyy-MM-dd'T'HH:mm
ZZZ".