Problem with UNIX DATATIME in label

Hi I have to read from firebase real time the unix value in seconds 1738580673 which corresponds to:
Monday 3 February 2025 12:04:33 [GMT+01:00]

the problem is that on Kodular it shows me as date 01/01/1970.
Where am I going wrong? I can’t figure it out.
Thanks.


use milliseconds, i.e. 1738580673000

Note: I’m located at GMT -6

Taifun

Thanks for the solution, I solved it by multiplying the value and now it works correctly
Thanks again.

A post was split to a new topic: Background timer