epoch
时间到了
Seconds.PartOfSecond
格式,例如。
1581218900.17436
time.strftime()
?
import time
curTime = time.time()
# Following is not correct but gives idea what i'm looking for
formattedTime = time.strftime('%A %B %e, %Y %t', curTime)
更新
datetime.datetime
? 下面的答案更切题。