mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 02:41:41 +00:00
fix: keep usage day buckets correct across DST (#103097)
* fix: bucket usage days across DST * docs: document DST-aware usage dates * perf: reuse usage day formatters * fix: preserve usage fallback on older gateways * docs: normalize usage changelog entry * docs: leave release changelog unchanged * fix: handle skipped timezone dates
This commit is contained in:
committed by
GitHub
parent
90b68536c4
commit
db44b284ff
@@ -62,7 +62,7 @@ const DEFAULTED_OPTIONAL_INIT_PARAM_ENTRIES: readonly [string, readonly string[]
|
||||
],
|
||||
["SessionsCompactParams", ["agentId"]],
|
||||
["SessionsResolveParams", ["allowMissing"]],
|
||||
["SessionsUsageParams", ["agentId", "agentScope"]],
|
||||
["SessionsUsageParams", ["agentId", "agentScope", "timeZone"]],
|
||||
["ChatHistoryParams", ["agentId", "offset"]],
|
||||
["ChatSendParams", ["agentId"]],
|
||||
["ChatAbortParams", ["agentId", "preserveSideRuns"]],
|
||||
|
||||
Reference in New Issue
Block a user