Private
Public Access
1
0
This commit is contained in:
2024-07-26 17:34:21 +02:00
parent 271b20dd1d
commit c751599827
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
from django.utils import timezone
import datetime as dt
from rowers.models import Workout, VirtualRaceResult, CourseTestResult
def timefield_to_seconds_duration(t):