SyntaxFix
Write A Post
Hire A Developer
Questions
When in doubt simply go to the javascript web console of a modern browser by pressing F12 (Ctrl+Shift+K in Firefox) and write the following:
F12
Ctrl+Shift+K
new Date().toISOString()
Will output:
"2019-07-04T13:33:03.969Z"
Ta-da!!