I am using Azure API Manager with an api whose policy converts xml-to-json (done with a liquid template). One of the tasks I have is that I need to make sure that the dates in my JSON object are in a certain timezone. I have come across the below:
%Z Time zone name
The closest server we have is Australia and I am trying to verify that each time it comes in NZST
Any ideas?