formatTraceViewerTimestamp function

String formatTraceViewerTimestamp(
  1. DateTime timestamp
)

Implementation

String formatTraceViewerTimestamp(DateTime timestamp) {
  return _traceViewerTimestampFormatter.format(timestamp);
}