python time.time() 转 年 月 日

time.strftime("%Y-%m-%d %H:%I:%S", time.localtime( time.time() ) )

你可能感兴趣的:(PYTHON)