I am looking for a date with this format:
Fri Jul 12 13:41:12 PDT 2019
or ideally in UTC:
Fri Jul 12 10:41:12 UTC 2019
if I run this in JS: console.log(new Date())
I get something like this:
2019-07-12T20:43:04.432Z
I just find the unix date stamp more palatable for humans.