ADR-0009: Timekeeping¶
Status: Accepted
Related: ADR-0006 Event Envelope
Context¶
Events must have reliable timestamps.
Decision¶
- Store
recorded_atas a timezone-aware UTC timestamp (TIMESTAMPTZon Postgres). When serialized (logs, JSON, APIs), emit RFC 3339 withZ.
Consequences¶
- Consistent ordering across environments.
- No timezone drift issues.