LoginSignup
24
21

More than 5 years have passed since last update.

GNU date コマンドで unix time 変換

Posted at

何度やっても忘れるのでメモ

$ date --version | head -n 1
date (GNU coreutils) 8.4
$ date +%s
1404138773
$ date -d @1404138773 +"%Y/%m/%d %T"
2014/06/30 23:32:53
24
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
21