5 references to UnixNanoSecondsToDateTime
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
266
? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.
UnixNanoSecondsToDateTime
(log.TimeUnixNano.Value))
Commands\TelemetrySpansCommand.cs (1)
282
? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.
UnixNanoSecondsToDateTime
(span.StartTimeUnixNano.Value))
Commands\TelemetryTracesCommand.cs (1)
301
? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.
UnixNanoSecondsToDateTime
(info.StartTimeNano.Value))
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
271
? OtlpHelpers.
UnixNanoSecondsToDateTime
(startNano)
Aspire.Cli.Tests (1)
Commands\TelemetryCommandTests.cs (1)
99
var dateTime = OtlpHelpers.
UnixNanoSecondsToDateTime
(1769860800123000000UL);