[SOLVED] How to show timestamp from ubidots server to android.?

How to show date (red circle) from ubidots to android.?
pls, respond

Dear @fahrizal06008,

Follow the payload/body structure below to send a specific timestamp to a variable:

{"variable_label": {"value": 21.55, "timestamp": 1521634906000}}

Note that the timestamp value is specified in milliseconds.

To learn how to send the timestamp from Ubidots, I highly recommend you see the Ubidots REST API Reference, where you can find all the information needed to start with the Platform. If you are using MQTT, please go the following documentation.

All the best,
Maria C.