btlqql opened a new pull request, #2432: URL: https://github.com/apache/rocketmq-dashboard/pull/2432
## Summary - parse Tencent timestamps that carry offsets as `OffsetDateTime` before converting to epoch milliseconds - keep the existing JVM-timezone policy only for legacy offset-free Tencent formats - cover message details and all timestamped trace stages across multiple offset spellings and JVM timezones ## Root cause The formatter accepted values such as `2026-08-20T10:00:00.000+0800`, but parsing into `LocalDateTime` discarded `+0800`. Applying `ZoneId.systemDefault()` afterward made the resulting instant depend on the Studio deployment timezone. ## Validation - `mvn -q -Dtest=TencentInstanceProviderTest test` - `git diff --check` Fixes #2431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
