Merge tag 'v5.69' into develop
bug fix time zone
This commit is contained in:
@@ -9385,7 +9385,7 @@ def workout_getc2workout_view(request,c2id):
|
|||||||
duration = datetime.datetime.strptime(duration,'%H:%M:%S.%f').time()
|
duration = datetime.datetime.strptime(duration,'%H:%M:%S.%f').time()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
timezone_str = tz(data['timezone'])
|
timezone_str = data['timezone']
|
||||||
except:
|
except:
|
||||||
timezone_str = 'UTC'
|
timezone_str = 'UTC'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user