Converting instants to a readable date

Converting instants to a readable date.
On the x-axis of a CHART, I see this number repeated several times instead of today's DATE. I need to convert it to today's date. Here's the number: 2147483647

immagine_2025-10-06_201114574

The number is in the clock1. Now block. pls ref the above post

Thanks for the guide provided for clock. I couldn't get the number 2147483647 to be converted to date (ddmmyyyy). Can you post a block? Thanks.

component_method

Your number, with three zeros on the end, returns Jan 19th 2038. Is that what you expected?

The year you created is incorrect; it should be 2025. Can you post your process with a block? Thanks.

Where did that number come from?
There are different numbering systems for time.

This way, the numbers 1000000, 2000000, and 7000000 appear on the x-axis of a chart. What exactly do they represent?
I'm expecting dates in the format ddMMYYY....can someone post the correction? Thanks.

You have to decide what your x axis unit of time will be (seconds, minutes, hours,...)

I used an internet site that converts millis to a readable date

Just this: 2147483647, will return Jan 1st 1970

This: 2147483647000 returns Jan 19th 2038

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

Example:

In the chart, the current date and the next date must appear on the X-axis.

BT_MONITOR4.aia|attachment](upload://cF5PCE1emDeFfnUIA2AP3Dr4Oa.aia) (2.6 MB)

thank you

BT_MONITOR4.aia (2.6 MB)