Which statement is true about TIMESTAMP and DATETIME data types?
TIMESTAMP is stored without timezone, and DATETIME is stored in UTC values.
TIMESTAMP is stored in UTC values, and DATETIME is stored in without time zone.
TIMESTAMP values require more bytes for storage than DATETIME values.
TIMESTAMP and DATETIME are both stored without time zone.