Date (GNU)

Date (GNU)

unixtime から変換

date -d @1726480400
date -d @1726480400 --rfc-3339=seconds
date -d @1726480456.663726151 --rfc-3339=ns

unixtime へ変換

date +%s
date +%s%N
date +%s.%N
最終更新日