Compare commits
2 Commits
24bf2124b1
...
c8decf6245
| Author | SHA1 | Date | |
|---|---|---|---|
| c8decf6245 | |||
| 1410b4a9ce |
@@ -79,7 +79,7 @@ def get_today_matches_from_db() -> list[dict]:
|
||||
для мониторинга. finished / cancelled можно не брать.
|
||||
"""
|
||||
now_local = datetime.now(TZ)
|
||||
day_start = now_local.replace(hour=0, minute=0, second=0, microsecond=0).replace(tzinfo=None)
|
||||
day_start = now_local.replace(tzinfo=None)
|
||||
day_end = day_start + timedelta(days=1)
|
||||
|
||||
query = """
|
||||
|
||||
Reference in New Issue
Block a user