I currently have this code below in javascript but it is currently at it's default timezone which is PST but I want it to be UTC by default or a way to convert it to UTC.
What are some ways around it?
var now = new Date().getTime(); I currently have this code below in javascript but it is currently at it's default timezone which is PST but I want it to be UTC by default or a way to convert it to UTC.
What are some ways around it?
var now = new Date().getTime();