RockteMQ-AI commented on issue #2431: URL: https://github.com/apache/rocketmq-dashboard/issues/2431#issuecomment-5352082909
**Issue Evaluation** Category: | Status: **Confirmed** This is a valid bug. Parsing offset-aware timestamp strings (e.g. ) as and then applying the JVM default timezone silently shifts the instant by the offset delta. The fix is to parse as or (or use with / pattern) so the offset is preserved, and fall back to a documented default zone only for offset-free inputs. **Severity:** medium — data correctness issue that varies with deployment timezone. **Impact:** Message store times and trace timestamps in Studio are unreliable when the JVM timezone differs from the producer timezone. Noted: author has self-assigned (). --- *Automated evaluation by RockteMQ-AI* -- 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]
