Does anyone know an algorithm that takes the number of ms starting from January 1, 1980?
For example, given 5,000,001 milliseconds since 01/01/1980, what date/time does that translate to in the format MM/DD/YYYY HH:MM:SS.msec?
It seems like there should be a mathematical formula, but I can't seem to figure it out.
Edit: btw, I'm trying to do this in Perl.
For example, given 5,000,001 milliseconds since 01/01/1980, what date/time does that translate to in the format MM/DD/YYYY HH:MM:SS.msec?
It seems like there should be a mathematical formula, but I can't seem to figure it out.
Edit: btw, I'm trying to do this in Perl.