python3中time模块与datetime模块的简单用法
2018-12-02 06:16:02来源:博客园 阅读 ()
1 __author__ = "JentZhang" 2 3 import time 4 5 # Timestamp 时间戳 6 print("Timestamp 时间戳:") 7 print(time.time()) 8 print("#".center(50,"#")) 9 10 11 # Structime 结构化时间 12 print("Structime 结构化时间:") 13 print(time.gmtime()) 14 print(time.localtime()) 15 print(time.struct_time) 16 print("#".center(50,"#")) 17 18 # 格式化时间为能看得懂的格式 19 print("格式化时间为能看得懂的格式:") 20 print(time.strftime("%Y-%m-%d %X", time.localtime())) 21 print(time.strftime("%Y-%m-%d %X")) 22 print(time.strftime("%Y-%m-%d %H:%M:%S")) 23 print("#".center(50,"#")) 24 25 import datetime 26 27 # 计算3天前的当前时间 28 print("计算3天前的当前时间:") 29 time_str = (datetime.datetime.now() + datetime.timedelta(-3)) 30 print(type(time_str)) 31 print(time_str.strftime("%Y-%m-%d %H:%M:%S")) 32 # print(datetime.date)
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:对列表与元组的认识
下一篇:Python输出和输入
- python3基础之“术语表(2)” 2019-08-13
- python3 之 字符串编码小结(Unicode、utf-8、gbk、gb2312等 2019-08-13
- Python3安装impala 2019-08-13
- python3 enum模块的应用 2019-08-13
- python3 之 趣味数学题(爱因斯坦) 2019-08-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash