トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

BugTrack-その他のメモ/30

R備忘録 /状態空間モデリング/donlp2/その他のメモ

time、datetime

  • 投稿者: みゅ
  • カテゴリ: Python
  • 優先度: 普通
  • 状態: 完了
  • 日時: 2010年04月29日 21時36分42秒

内容

time.struct_time(d.entries[2].updated_parsed)
time.localtime()
time.asctime(d.entries[2].updated_parsed)
time.mktime(d.entries[2].updated_parsed)
time.strftime("%Y-%m-%d %H:%M:%S %Z", d.entries[2].updated_parsed)

コメント