Skip to main content

default_end_date_today_utc

Function default_end_date_today_utc 

Source
fn default_end_date_today_utc() -> NaiveDate
Expand description

v1.4.96 BUG #011 helper: fresh UTC date for default end_time in CLI kline.

永远 fresh — 每次调用走 chrono::Utc::now() (与 daemon-side history_kline.rs::now_utc = SystemTime::now() 一致). UTC 跨市场行为最 一致 — 用户在 HK 跑 US.AAPL 时, UTC 日期不会比 NY 跨日.

不能用 lazy_static / OnceLock / 任何 cache; eli double-tester 真机抓到 kline 返 yesterday’s close 的根症状之一.