码迷,mamicode.com
首页 > 编程语言 > 详细

python 日期和时间之间的转换整理

时间:2019-10-14 12:23:51      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:当前时间   alt   ftime   format   整理   oca   mamicode   图片   日期时间   

1、获取当前时间

time.time()

技术图片

 

 

2、获取当前时间

time.localtime()

技术图片

 

 

3、获取格式化的日期时间

time.strftime(format,t)

技术图片

 

 

4、将"%a %b %d %H:%M:%S %Y"(如:"Sat Mar 28 22:24:24 2016")格式化日期时间转换为时间戳

time.mktime(time.strptime(t,format))

技术图片

 

python 日期和时间之间的转换整理

标签:当前时间   alt   ftime   format   整理   oca   mamicode   图片   日期时间   

原文地址:https://www.cnblogs.com/lhj818/p/11670693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!