v04 time format update 02
This commit is contained in:
parent
b1db632027
commit
0fdb978be1
|
@ -47,10 +47,10 @@ def time_format(preTime):
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
# if __name__ == '__main__':
|
||||||
|
|
||||||
time_format(0.52362)
|
# time_format(0.52362)
|
||||||
time_format(50.52362)
|
# time_format(50.52362)
|
||||||
time_format(90.52362)
|
# time_format(90.52362)
|
||||||
time_format(5000.52362)
|
# time_format(5000.52362)
|
||||||
time_format(3600*24 + 1000.52362)
|
# time_format(3600*24 + 1000.52362)
|
||||||
|
|
Loading…
Reference in New Issue