で間違った時間を考えてみました:あなたが見ることができるように新しい日付()Node.jsの
[email protected]:/firma/Exotech/heart-beat/heart-beat-service# date
Mon Apr 24 17:07:52 CEST 2017
[email protected]:/firma/Exotech/heart-beat/heart-beat-service# node test.js
2017-04-24T15:07:56.271Z
[email protected]:/firma/Exotech/heart-beat/heart-beat-service# cat test.js
console.log(new Date())
[email protected]:/firma/Exotech/heart-beat/heart-beat-service#
を、サーバの日付17時07分、しかし、新しいDate()は、15:07を返しています。サーバーの日付設定でNode.jsを修正するにはどうすればよいですか?
最初はローカルタイムゾーン、もう1つはUTCです。 – JohnnyHK