This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Separate date and time with a capital T.
Indicate UTC time with a capital Z.
const d = new Date("2015-03-25T12:00:00Z"); document.getElementById("demo").innerHTML = d;