Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
異なるタイム ゾーンの時刻を表示するという問題に遭遇しました。mysql データベースに TIMESTAMP を UTC として保存しています。
5分前、昨日、2日前などの時間を表示することで、本当に問題を解決できるでしょうか? それが解決する場合、そのUTCタイムスタンプをjavascript日付に変換するにはどうすればよいですか?
UTC メソッドを持つ Date オブジェクトを使用できます。
http://www.w3schools.com/jsref/jsref_utc.asp