2

我可以将格式设置为 UTC +0 吗?

const txDate = fromUnixTime(1573094560) 
console.log(txDate)
console.log(format(txDate, 'yyyy-MM-dd hh:mm:ss z'))

输出:

2019-11-07T02:42:40.000Z
2019-11-07 10:42:40 GMT+8
4

0 回答 0