Many databases use the type DATETIME but in CFML the cfqueryparam type is called TIMESTAMP. Further, some RDBMSs use TIMESTAMP to denote a non-date value.
Adding an alias of DATETIME to TIMESTAMP will be more intuitive for the DBMSs that use the type DATETIME.