tju-yxq opened a new issue, #1816:
URL: https://github.com/apache/rocketmq-dashboard/issues/1816

   AliyunConverters.parseTimeMillis and formatTimeMillis use 
ZoneId.systemDefault(). The Aliyun OpenAPI returns timestamps in Beijing time 
(UTC+8). If the Studio server runs in UTC or any other timezone, all parsed 
timestamps will be off by the timezone difference. For example, a message 
stored at 10:00 Beijing time would show as 02:00 on a UTC server. Fix: use 
ZoneId.of('Asia/Shanghai') for Aliyun timestamp parsing.


-- 
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]

Reply via email to