If you want to modify the time relative to UTC, remove the Z and add +HH:MM or -HH:MM instead: code example
Example: If you want to modify the time relative to UTC, remove the Z and add +HH:MM or -HH:MM instead:
var d = new Date("2015-03-25T12:00:00-06:30");