fmat="%Y-%m-%d %H:%M:%S"
当前的秒: time.time()
当前的tuple: time.localtime()
当前的字符串: time.strftime(fmat)
函数原型:
获取当前的秒
秒转结构体
结构体转秒
结构体转字符串
字符串转结构体 #默认的format太丑,基本不会用,所以一般都要自带format
From
|
To
|
Use
|
seconds
|
in local time
|
|
in local time
|
seconds
|
|
in local time
|
string
|
|
string
|
in local time
|
|
阅读(702) | 评论(0) | 转发(0) |