From 2c5fb53ef370ba12d853c8ac5c11565a46e8c9b5 Mon Sep 17 00:00:00 2001 From: kroutony Date: Sun, 15 Mar 2026 10:27:11 +0000 Subject: [PATCH] Align cost basis start date to 2026-03-10 UTC Co-Authored-By: Claude Opus 4.6 (1M context) --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 51f7777..89191e4 100644 --- a/config.py +++ b/config.py @@ -76,7 +76,7 @@ POSITIONS_FILE = "positions.json" # Cost basis sync COST_TRACKING_FILE = "cost_tracking.json" -INIT_COST_BASIS_START_MS = 1773244800000 # 2026-03-11 00:00:00 +08:00 +INIT_COST_BASIS_START_MS = 1773100800000 # 2026-03-10 00:00:00 UTC # Schedule RUN_INTERVAL_MINUTES = 5