python timeformat 2 stamp#python #time

Posted

tags:

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

#时间转为时间戳
def time_handle(time_in): #time_in is str type
    d = datetime.datetime.strptime(time_in, "%m/%d/%Y %H:%M:%S")
    x1 = time.mktime(d.timetuple())   #get the timestamp
    return x1

以上是关于python timeformat 2 stamp#python #time的主要内容,如果未能解决你的问题,请参考以下文章

Python如何检查字符串是UTC时间戳?

USACO 邮票 Stamps

Python内置turtle海龟库函数讲解1

python 工具函数代码

python 统计时间,写日志

Stamps