consciousness/poc-memory/src/store
Kent Overstreet 0e17ab00b0 store: handle DST gaps in epoch_to_local
chrono's timestamp_opt can return None during DST transitions.
Handle all three variants (Single, Ambiguous, None) instead of
unwrapping. For DST gaps, offset by one hour to land in valid
local time.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-09 17:02:29 -04:00
..
mod.rs tighten module interfaces: explicit re-exports, private helpers, inline dedup 2026-03-08 21:36:47 -04:00
ops.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
parse.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
persist.rs remove dead code: unused imports, functions, and fields 2026-03-08 20:51:56 -04:00
types.rs store: handle DST gaps in epoch_to_local 2026-03-09 17:02:29 -04:00
view.rs extract truncation helpers, fix clippy warnings, dedup batching loop 2026-03-08 21:13:02 -04:00