Merge branch 'release/v22.1.29'
This commit is contained in:
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
@@ -480,6 +480,9 @@ def totaltime_sec_to_string(totaltime, shorten=False):
|
|||||||
if np.isnan(totaltime):
|
if np.isnan(totaltime):
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
if totaltime < 0:
|
||||||
|
totaltime = -totaltime
|
||||||
|
|
||||||
fmt = '{H:02}:{M:02}:{S:02}.{t}'
|
fmt = '{H:02}:{M:02}:{S:02}.{t}'
|
||||||
if shorten:
|
if shorten:
|
||||||
fmt = '{H}:{M:02}:{S:02}'
|
fmt = '{H}:{M:02}:{S:02}'
|
||||||
|
|||||||
Reference in New Issue
Block a user