New alert service

This commit is contained in:
Urtzi Alfaro
2025-12-05 20:07:01 +01:00
parent 1fe3a73549
commit 667e6e0404
393 changed files with 26002 additions and 61033 deletions

View File

@@ -10,8 +10,9 @@ from typing import Optional
# Base reference date for all demo seed data
# All seed scripts should use this as the "logical seed date"
# IMPORTANT: Must match the actual dates in seed data (production batches start Jan 8, 2025)
BASE_REFERENCE_DATE = datetime(2025, 1, 8, 6, 0, 0, tzinfo=timezone.utc)
# IMPORTANT: This should be set to approximately the current date to ensure demo data appears current
# Updated to December 1, 2025 to align with current date
BASE_REFERENCE_DATE = datetime(2025, 12, 1, 6, 0, 0, tzinfo=timezone.utc)
def adjust_date_for_demo(