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 MyGetGmttime GMTTIME;
SET MyGetGmttime = GMTTIME '12:00:00';