From dd99f1874a7209cf3fc3063e1f999096190bb680 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Mon, 13 Apr 2026 14:16:59 +0700 Subject: [PATCH] fix: update forecast simulation log to use oh_date instead of start_date --- src/aeros_simulation/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeros_simulation/router.py b/src/aeros_simulation/router.py index 4cec0b5..357c145 100644 --- a/src/aeros_simulation/router.py +++ b/src/aeros_simulation/router.py @@ -568,7 +568,7 @@ async def get_forecast_eaf( forecast_msg = ( f"Forecast simulation started via Temporal. " - f"Period: {start_date.strftime('%Y-%m-%d')} to {end_date.strftime('%Y-%m-%d')}" + f"Period: {oh_date.strftime('%Y-%m-%d')} to {end_date.strftime('%Y-%m-%d')}" ) return StandardResponse(