revert(demo): Restore BASE_REFERENCE_DATE to November 25, 2025
The date adjustment logic was correct. The BASE_REFERENCE_DATE is used by adjust_date_for_demo() to calculate offsets relative to demo session creation time, not to filter for "today's" data. Production batches showing "Sin Plan" must have a different root cause. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ from typing import Optional
|
|||||||
# Base reference date for all demo seed data
|
# Base reference date for all demo seed data
|
||||||
# All seed scripts should use this as the "logical seed date"
|
# All seed scripts should use this as the "logical seed date"
|
||||||
# Updated to November 2025 to show recent orchestration runs
|
# Updated to November 2025 to show recent orchestration runs
|
||||||
BASE_REFERENCE_DATE = datetime(2025, 11, 27, 12, 0, 0, tzinfo=timezone.utc)
|
BASE_REFERENCE_DATE = datetime(2025, 11, 25, 12, 0, 0, tzinfo=timezone.utc)
|
||||||
|
|
||||||
|
|
||||||
def adjust_date_for_demo(
|
def adjust_date_for_demo(
|
||||||
|
|||||||
Reference in New Issue
Block a user