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

Smartphone icons created by Freepik - Flaticon

JavaScript ISO Dates

Modify the time relative to UTC by adding +HH:MM or subtraction -HH:MM to the time.

document.getElementById("demo").innerHTML =
new Date("2015-03-25T12:00:00-06:00");

UTC (Universal Time Coordinated) is the same as GMT (Greenwich Mean Time).