1、10位
from_utc_timestamp(from_unixtime(cast(create_time as bigint),'yyyy-MM-dd HH:mm:ss'),'PRC')
2、13位
default.format_utc_time(create_time ,'yyyy-MM-dd HH:mm:ss.SSS')
3、16位
date_format(from_utc_timestamp(cast(substr(create_time,0,13) as bigint),'PRC'),'yyyy-MM-dd HH:mm:ss')