pub fn timeline(store: &WireStore) -> Vec<TimelineEntry>Expand description
Build the chronological timeline of event records from an interpreted store.
Events are ordered by their stored time (ISO-8601 strings sort
lexicographically in chronological order); an event with no time is omitted.