内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
02_freebsd
»
99_その他
»
dateコマンドでunixtime変換
トレース:
•
50 CentOS5.7 ドライバ組み込み
•
Rebuilding the FreeBSD Kernel
•
サイボウズが動かない
02_freebsd:99_その他:dateコマンドでunixtime変換
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== dateコマンドでunixtime変換 ====== ===== 日付 から unixtime への変換方法 ===== === 現在の日付をunixtimeへ変換 === <code console> $ date +%s 1392854748 </code> === 特定の日付をunixtimeへ変換 === <code console> $ date +%s --date "2011-01-01 00:00" 1293807600 </code> ===== unixtime から 日付 への変換方法 ===== === 普通に変換 === <code console> $ date --date "@1392854748" Thu Feb 20 09:05:48 JST 2014 </code> === 形式を指定して変換 === <code console> $ date +%Y%m%d-%H%M%S --date "@1392854748" 20140220-090548 </code>
02_freebsd/99_その他/dateコマンドでunixtime変換.txt
· 最終更新: 2014/02/20 00:12 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ