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データベースで調査を行っていますが、一部のタイムスタンプはUnix形式であると思います。
これらのタイムスタンプはbigint(20)フィールドにあります。
私はそれらに夢中になるでしょう。
これらを通常のタイムスタンプに変換するにはどうすればよいですか?
例:
634583466272408810
634587264000000000
試す
select from_unixtime(634583466272408810/1000000000)
FROM_UNIXTIMEを参照してください