Timestamp problem in payload

I am using mqtt protocol to send data to data bucket including timestamp(ts). But when it receives and reads it it overwrites the value of ts to the value of the server. How can I correct it?

data = {
“ts”: int(time.time()*1000),
“value”: 123
}

Hi @dulanto,

I noticed you might have already received an answer in the Discord Community, but just in case you missed it, here it is:

It seems to be an issue with the community server. We will release a fix in a few days.

Thank you for your patience!