I have a date 2021-06-11T23:59:59.999Z in the format YYYY-MM-DD[T]HH:mm:sssZ and I want to substract one hour from it, so it should look like this:
2021-06-11T00:00:00.001Z
How can I achieve this using VBScript?
Help would be most appreciated, thanks in advance!