`booked_at` (booking timestamp)

booked_at (booking timestamp)

booked_at records when a record was considered booked for bookkeeping purposes. It supports auditability and helps explain differences between operational timelines and reported figures, especially when items are booked after the fact.

When booking time is explicit, a reviewer can later reconstruct when the bookkeeping decision was finalized without relying on Git commit times or file modification times.

Example values: 2026-02-10T15:04:05Z, 2026-03-01T09:30:00Z.