I am using `nats` CLI tool on 32-bit embedded device. When using command `nats stream view` the received timestamp is reported wrong. Message viewed on 32-bit CPU: ``` [101514879] Subject: testingSubject Received: 1970-01-01T00:00:02Z {"time": "2024-08-29T10:35:11.715689+0000", "topic": "wifi-sta", "metric": "linkspeed", "unit": "Mbps", "sample": 150} ``` Same message viewed on 64-bit CPU reports correct received time. When using `nats stream get` with same message, correct received time is reported.