ESQL GMTTIME data type

The GMTTIME data type is similar to the TIME data type, except that its values are interpreted as values in Greenwich Mean Time. GMTTIME literals are defined in a similar way to TIME values. For example:
DECLARE GetGmttime GMTTIME;
SET GetGmttime = GMTTIME '12:00:00';
Related concepts
Message flows
ESQL data types
Mappings
Related tasks
Developing message flow applications
Developing ESQL
Related reference
Built-in nodes
ESQL DATE data type
ESQL TIME data type
ESQL TIMESTAMP data type
ESQL GMTTIMESTAMP data type
ESQL INTERVAL data type