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

time库

时间:2018-10-25 14:23:28      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:程序   cal   cpu   起点   ftime   mtime   时间格式化   精准   nbsp   

import time
time.(b)
 
三类
  时间获取  time() 当前时间戳 ctime() 当前时间易读 gmtime() 当前时间计算机识别
  时间格式化  strftime()  strptime()  将字符串->时间
  程序计时  sleep()    perf_counter()
 
 
strftime(tpl,ts) tpl 格式化模板=>%Y  年份    %b  月份缩写
              %m  月份 %b日期
              %B  月份全称 %A星期全称
              %H  24小时制 %a星期缩写
              %l  12小时制 %P上下午
              %M  分钟 %S秒
        ts   gmtime()格式
per_counter() 精准  cpu级别
  测量时间 起点不准确 连续调用计算插值
产生时间sleep(s) s秒
  ‘%H%M‘,time.localtime(time.time()) 可获得系统时间

time库

标签:程序   cal   cpu   起点   ftime   mtime   时间格式化   精准   nbsp   

原文地址:https://www.cnblogs.com/renxiaoyan/p/9848951.html

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