6 references to UnixNanoSecondsToDateTime
aspire (5)
Commands\TelemetryLogsCommand.cs (1)
255? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.UnixNanoSecondsToDateTime(log.TimeUnixNano.Value))
Commands\TelemetrySpansCommand.cs (1)
263? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.UnixNanoSecondsToDateTime(span.StartTimeUnixNano.Value))
Commands\TelemetryTracesCommand.cs (1)
288? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.UnixNanoSecondsToDateTime(info.StartTimeNano.Value))
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
252? OtlpHelpers.UnixNanoSecondsToDateTime(startNano) 397? OtlpHelpers.UnixNanoSecondsToDateTime(startNano)
Aspire.Cli.Tests (1)
Commands\TelemetryCommandTests.cs (1)
98var dateTime = OtlpHelpers.UnixNanoSecondsToDateTime(1769860800123000000UL);