UnixTimeStamp as Float problem

Hi. I’m using JS in Unity. I need to use a float variable containing unixtimestamp, but if variable whit it is float it’s turning into somethimg like 12354E+09 and don’t changes.( Is there any way to make float wariable holding unixtimestamp?

Wouldn’t the time stamp be a long, not a float? You should probably treat it as such.

Why are you wanting to treat it as a float?