Hello,
I am new to Postman.
Recently I am trying to do GET method to get the data back. There is no variable in the request url. However, in the response body there is a “epoch” format which I would like to convert to normal datetime.
e.g.
“epoch”: 1650758400
What I would like to see in the response body is similar to below:
I may have misread your question. If you want to see it in the response the server returns then that’s code-based. The backend code would need to be configured to deliver the date in a certain format.
If you want to display it differently within postman after the server response is delivered to you, then the code above should work.