diff --git a/tournaments/models/tournament.py b/tournaments/models/tournament.py index 9df9879..050e80a 100644 --- a/tournaments/models/tournament.py +++ b/tournaments/models/tournament.py @@ -1587,12 +1587,12 @@ class Tournament(BaseModel): second=0, microsecond=0 ) + print(f"Is weekend: {is_weekend}, Before hours: {before_hours}, After hours: {after_hours}") print(f"Current time: {current_time}") print(f"Minutes to confirm: {minutes_to_confirm}") print(f"Raw deadline before rounding: {current_time + timezone.timedelta(minutes=minutes_to_confirm)}") print(f"Raw deadline after rounding: {raw_deadline}") - print(f"Is weekend: {is_weekend}, Before hours: {before_hours}, After hours: {after_hours}") print(f"Apply business rules: {apply_business_rules}") return raw_deadline