最佳答案
这份声明给了我日期和时间。
如何修改语句,使其只返回日期(而不是时间) ?
SELECT to_timestamp( TRUNC( CAST( epoch_ms AS bigint ) / 1000 ) );