云日志服务 LTS-使用时间函数将日志时间字段转换为指定格式:将__time以指定格式打印

时间:2025-01-17 16:36:37

将__time以指定格式打印

使用date_format函数将字段__time,从 timestamp类型的日期和时间表达式的形式转换为指定格式。

* | select time_format( from_unixtime(__time), 'yyyy-MM-dd HH:mm:ss','+08:00') 

使用time_format函数将字段__time,从 timestamp类型的日期和时间表达式的形式转换为指定格式。

* | select date_format(from_unixtime(__time,'+08:00'),'%Y-%m-%d %H:%i:%s') 
support.huaweicloud.com/bestpractice-lts/lts_07_0068.html