Align cost basis start date to 2026-03-10 UTC

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kroutony 2026-03-15 10:27:11 +00:00
parent 1ed455174d
commit 2c5fb53ef3

View File

@ -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