Private
Public Access
1
0

c2 stuff now using timezone info

This commit is contained in:
Sander Roosendaal
2021-05-11 18:19:22 +02:00
parent f03e31e74b
commit 2235b28cd5
6 changed files with 44 additions and 13 deletions

View File

@@ -330,7 +330,7 @@ def create_async_workout(alldata,user,stravaid,debug=False):
starttime = rowdatetime.astimezone(
pytz.timezone(thetimezone)
).strftime('%H:%m:%S')
).strftime('%H:%M:%S')
totaltime = data['elapsed_time']
duration = dataprep.totaltime_sec_to_string(totaltime)