BracketedTimestamp constructor

BracketedTimestamp(
  1. DateTime date
)

Renders a timestamp in brackets: "HH:mm:ss.mmm".

Use this to show a secondary timestamp (e.g., wall-clock time) that should be visually distinct from the primary timestamp.

Example output: [10:30:45.123]

Implementation

BracketedTimestamp(this.date);