|
|
|
|
@ -594,7 +594,7 @@ class Tournament(BaseModel): |
|
|
|
|
first_match = min(valid_matches, key=lambda match: match.start_date) |
|
|
|
|
|
|
|
|
|
# Format the date |
|
|
|
|
timezone = first_match.tournament().timezone() |
|
|
|
|
timezone = first_match.get_tournament().timezone() |
|
|
|
|
local_start = first_match.start_date.astimezone(timezone) |
|
|
|
|
time_format = 'l d M' |
|
|
|
|
formatted_schedule = f" - {formats.date_format(local_start, format=time_format)}" |
|
|
|
|
|