我需要以秒为单位获取 UTC 时间(对于格林威治标准时间 11 月 7 日星期三 00:50:28,我需要它返回:1352249428)
我现在有这个代码:
current_date = new Date()
var x_timestamp = current_date.getUTCSeconds();
但它返回 28.00
帮助。谢谢
我需要以秒为单位获取 UTC 时间(对于格林威治标准时间 11 月 7 日星期三 00:50:28,我需要它返回:1352249428)
我现在有这个代码:
current_date = new Date()
var x_timestamp = current_date.getUTCSeconds();
但它返回 28.00
帮助。谢谢