I am trying to convert a decimal number to a date object in Javascript. I have tried multiple methods and using moment, but all my conversions are wrong. An example of a value I want to convert is 705623516.402048. I have tried to interpret the int part as seconds and the decimal part as milliseconds, but it has gone wrong too.
I cannot use JQuery, just plain JS or moment
Any help is greatly appreciated
Thanks in advance