We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7564072 commit 211ca61Copy full SHA for 211ca61
src/opentelemetry_mcp/backends/dynatrace.py
@@ -423,7 +423,7 @@ def _parse_dynatrace_trace(
423
start_times = [s.start_time for s in spans]
424
end_times = [
425
datetime.fromtimestamp(
426
- s.start_time.timestamp() + (s.duration_ms / 1000), tz=s.start_time.tzinfo
+ s.start_time.timestamp() + (s.duration_ms / 1000), tz=timezone.utc
427
)
428
for s in spans
429
]
0 commit comments