python时间

Posted 晴天彩虹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python时间相关的知识,希望对你有一定的参考价值。

#!/usr/bin/python
# -*- coding: utf-8 -*-

import sys
import time
import datetime


line="Wed 11/22/2017 11:18 PM"
timeValue=time.strptime("Wed 11/22/2017 11:18 PM","%a %m/%d/%Y %H:%M %p")
day = time.strftime(‘%Y-%m-%d‘,timeValue)
year = time.strftime(‘%Y‘,timeValue)
UTC_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
utcValue=time.strftime("%Y-%m-%dT%H:%M:%S.%fZ", timeValue)


print(utcValue) 

 

s=""
print("true" if (s.strip()==‘‘) else "false")

  

m=datetime.datetime.utcfromtimestamp(time.mktime(time.strptime("Wed 11/22/2017 11:18 PM","%a %m/%d/%Y %H:%M %p")))

print(m)  

  

 

以上是关于python时间的主要内容,如果未能解决你的问题,请参考以下文章

使用 Python 代码片段编写 LaTeX 文档

学习笔记:python3,代码片段(2017)

如何在 python 中并行化以下代码片段?

在 Python 多处理进程中运行较慢的 OpenCV 代码片段

python 有用的Python代码片段

python [代码片段]一些有趣的代码#sort