I face a very weird situation when trying to convert the message.created_at to the timestamp.
Firstly, my understanding is that the date type for the created_at is float. Is that correct? So the number is the seconds passed since epic, and fraction is the millisconds. Did I understand it correctly?
Then I used the following code to turn it into Java Date object.