📜  纪元到日期转换 postgres - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:54.699000             🧑  作者: Mango

代码示例1
select to_timestamp(epoch_column)::date;