1 Star 0 Fork 0

SS_IRA/logBuilder_pyhonBased

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
timeget.py 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
SS_IRA 提交于 2022-04-28 14:13 . LogBuilder,Based on Python
import time
class TimeGet:
def __init__(self):
self.ticks=time.time()
self.lt=time.localtime(self.ticks)
def Local_Time(self):
StructTime=time.asctime(self.lt)
Date=StructTime[0:10]
Time=StructTime[11:19]
return [Date,Time]
if __name__=="__main__":
print(TimeGet().Local_Time())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Lwice-mana-ss-zara/log-builder_pyhon-based.git
[email protected]:Lwice-mana-ss-zara/log-builder_pyhon-based.git
Lwice-mana-ss-zara
log-builder_pyhon-based
logBuilder_pyhonBased
master

搜索帮助