|
|
|
@ -1586,6 +1586,7 @@ class Tournament(BaseModel): |
|
|
|
) |
|
|
|
) |
|
|
|
print(f"Is weekend: {is_weekend}, Before hours: {before_hours}, After hours: {after_hours}") |
|
|
|
print(f"Is weekend: {is_weekend}, Before hours: {before_hours}, After hours: {after_hours}") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(f"Live testing: {live_testing}") |
|
|
|
print(f"Current time: {current_time}") |
|
|
|
print(f"Current time: {current_time}") |
|
|
|
print(f"Minutes to confirm: {minutes_to_confirm}") |
|
|
|
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 before rounding: {current_time + timezone.timedelta(minutes=minutes_to_confirm)}") |
|
|
|
|