从db中获取带有时区的时间戳,以毫秒为单位

时间:2017-07-20 12:57:14

标签: postgresql

我的数据库中有一个时间戳“timestamp with time zone”,我需要以ms为单位获取此值。

查询:

'SELECT timestamp from default_dataset where type=$1 and device_id=$2 order by timestamp desc limit 1'

结果 - > 2017-07-20T10:55:20.000Z

我需要我的结果毫秒。这该怎么做?我尝试截断但不能得到任何东西......

1 个答案:

答案 0 :(得分:0)

在postgres文档的时间/日期函数中搜索纪元。