List<String> get headings => [ for (final column in columns) column.isTimestamp ? '${column.heading} (${timeZoneLabel(utc)})' : column.heading, ];