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.
facebookは、公開日の次の値を返します。
2012-05-17T05:07:43+01:00
たとえば、香港にいる場合など、自分の場所で人間が読める日付/時刻に変換するにはどうすればよいですか?
助けてくれてありがとう!
それはあなたが使っているプログラミング言語に依存します…</p>
たとえばPHPでは、strtotime最初に上記の時間文字列からUNIXタイムスタンプを取得し、次にそれをでフォーマットすることができstrftimeます。
strtotime
strftime