mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-22 00:03:23 +08:00
## Summary - allow ISO 8601 normalization callers to provide an explicit fallback while preserving the existing default behavior - use the extraction conversation time when `valid_at` is missing or invalid - clear an invalid optional `invalid_at` instead of writing an unparseable value - include the rejected timestamp value in the error log This addresses the timestamp write-through portion of #18415. It is intentionally separate from #18462, which fixes the semantic output prompt. Co-authored-by: Loong <184861530+yzl0ng@users.noreply.github.com>