powered by
Converts OTLP Unix nanosecond timestamps to R POSIXct objects.
parse_span_timestamp(span_time_unix_nano)
POSIXct timestamp in UTC timezone, or NA if parsing fails
Character string or numeric Unix timestamp in nanoseconds
if (FALSE) { # parse otlp timestamp parse_span_timestamp("1234567890123456789") }
Run the code above in your browser using DataLab