v04 time format update 02

This commit is contained in:
13339479676 2022-01-21 09:29:37 +08:00
parent b1db632027
commit 0fdb978be1
1 changed files with 6 additions and 6 deletions

View File

@ -47,10 +47,10 @@ def time_format(preTime):
sys.exit()
if __name__ == '__main__':
# if __name__ == '__main__':
time_format(0.52362)
time_format(50.52362)
time_format(90.52362)
time_format(5000.52362)
time_format(3600*24 + 1000.52362)
# time_format(0.52362)
# time_format(50.52362)
# time_format(90.52362)
# time_format(5000.52362)
# time_format(3600*24 + 1000.52362)