This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Dates

Using new Date()

0 milliseconds from January 01 1970 UTC is:

const d = new Date(0);
document.getElementById("demo").innerHTML = d;