4 writes to TimeUnixNano
Aspire.Cli.Tests (4)
Commands\TelemetryLogsCommandTests.cs (1)
131
TimeUnixNano
= TelemetryTestHelper.DateTimeToUnixNanoseconds(e.time),
Mcp\ListStructuredLogsToolTests.cs (3)
97
TimeUnixNano
= 1706540400000000000,
112
TimeUnixNano
= 1706540401000000000,
126
TimeUnixNano
= 1706540402000000000,
2 references to TimeUnixNano
aspire (2)
Commands\TelemetryLogsCommand.cs (2)
265
var timestamp = log.
TimeUnixNano
.HasValue
266
? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.UnixNanoSecondsToDateTime(log.
TimeUnixNano
.Value))