-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.6.0.GA
-
None
-
None
-
-
Verified in a release
The human-readable timestamp while browsing messages in hawtio is incorrect.
$ bin/artemis producer --user admin --password admin --url tcp://localhost:61616 --message-count 1 --message-size 1024 --destination queue://FOO
Hawtio browse for this destination shows:
Header - timestamp 2020-02-01 11:46:30 (1585583190815)
The timestamp itself appears to be correct:
$ date -d @$((1585583190815/1000)) Mon 30 Mar 2020 11:46:30 AM EDT
- clones
-
ENTMQBR-3412 human-readable timestamp in hawtio is incorrect
- Closed