python時間フォーマット、輸出

目的:
python時間フォーマット、輸出

サンプルコード:
from time import strftime,localtime
print '%s :time’ %strftime('%Y-%m-%d %H:%M:%S’,localtime())

Source

Posted by arkgame