How do I create a Javascript date without variable Timezone? Doing this in Javascript, gives a GMT Pacific standard below.
let test = new Date(new Date().getFullYear(), 0, 2, 0, 0, 0, 0) },
test: Sat Feb 01 2020 00:00:00 GMT-0800 (Pacific Standard Time)}
Would like no timezone, or timezone set to 0.