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

以数字显示当前的时间,例如2019062911

时间:2019-06-29 15:17:41      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:local   显示   time   import   time_t   port   alt   str   pre   

import time
time_tup = time.localtime(time.time())
t1 = time.strftime(‘%Y%m%d%H‘, time_tup)
if t1 <= time.strftime(‘%Y%m%d‘, time_tup) + ‘13‘:
t = time.strftime(‘%Y%m%d‘, time_tup) + ‘00‘
else:
t = time.strftime(‘%Y%m%d‘, time_tup) + ‘12‘

以数字显示当前的时间,例如2019062911

标签:local   显示   time   import   time_t   port   alt   str   pre   

原文地址:https://www.cnblogs.com/qiaoer1993/p/11106383.html

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