HS.HC.DataType.LocalTimeStamp
datatype class HS.HC.DataType.LocalTimeStamp extends %Library.TimeStamp
ODBC Type: TIMESTAMP
Represents a TimeStamp with no timezone information. The time is assumed to be Local Time.Parameters
parameter MAXLEN = 32;
Overriding MAXLEN to fit: YYYY-MM-DDThh:mm:ss.ssssss+HH:MM
parameter XMLTIMEZONE = IGNORE;
Inherited description: XMLTIMEZONE specifies the handling of timezone part of the XML format dateTime.
"UTC" means convert to UTC on input. "IGNORE" means ignore the timezone.