3 references to FormatTimestamp
aspire (3)
Commands\LogsCommand.cs (3)
229
Timestamp = timestamps && entry.Timestamp.HasValue ?
FormatTimestamp
(entry.Timestamp.Value) : null,
322
var timestampPrefix = timestamps && entry.Timestamp.HasValue ?
FormatTimestamp
(entry.Timestamp.Value) + " " : string.Empty;
330
Timestamp = timestamps && entry.Timestamp.HasValue ?
FormatTimestamp
(entry.Timestamp.Value) : null,