yuluo-yx opened a new issue, #2763: URL: https://github.com/apache/rocketmq-dashboard/issues/2763
## Problem formatUtcDateTime checks a trimmed timestamp for an offset but appends Z to the original untrimmed value. Padded offset-less API timestamps can therefore be parsed inconsistently across runtimes. ## Expected behavior Trim string timestamps once, then use the normalized value for both offset detection and parsing. ## Verification Add a focused UTC formatting assertion for a padded offset-less timestamp. -- 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]
