码迷,mamicode.com
首页 > 其他好文 > 详细

把时间戳转化为标准时间

时间:2020-07-13 18:43:29      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:port   from   imp   time   style   转化   color   col   时间戳   

>>> import  datetime
>>> datetime.datetime.fromtimestamp(1698668998)
datetime.datetime(2023, 10, 30, 20, 29, 58)
>>> a=datetime.datetime.fromtimestamp(1698668998)
>>> print(a)
2023-10-30 20:29:58
>>> a.year
2023
>>> a.month
10
>>> a.day
30
>>> 

 

把时间戳转化为标准时间

标签:port   from   imp   time   style   转化   color   col   时间戳   

原文地址:https://www.cnblogs.com/luckiness/p/13294438.html

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