|
|
|
|
@ -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 |
|
|
|
|
|