• Stefy Lanza (nextime / spora )'s avatar
    Fix date filter to use venue timezone for fixture selection · 44e59bc4
    Stefy Lanza (nextime / spora ) authored
    - Changed from server local date (date.today()) to venue timezone date
    - Use get_today_venue_date() for proper timezone-aware date calculation
    - Convert venue date range to UTC for database queries using venue_to_utc_datetime()
    - This fixes the issue where selecting yesterday's date showed today's fixture
    - The database stores start_time in UTC, so we need to convert the selected date to UTC range
    44e59bc4
Name
Last commit
Last update
..
static Loading commit data...
templates Loading commit data...
AI.PROMPT Loading commit data...
__init__.py Loading commit data...
api.py Loading commit data...
app.py Loading commit data...
auth.py Loading commit data...
billing_api.py Loading commit data...
oauth.py Loading commit data...
payment_gateways.py Loading commit data...
routes.py Loading commit data...
screen_cast_routes.py Loading commit data...