Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a script where I obtain a string variable containing time and date in the format:"2021-08-03T17:09:49.809Z" T[now].toGMTString() returns a string in the format:"3 Aug 2021 17:39:30 GMT" With both variables as strings but in different formats, ...