I've got the latest version of Postman for Windows (6.3.0 at the moment).
Somehow it now returns timestamps as a number of Unix seconds (like this 1852502400.000) instead of DateTime in format YYYY-MM-DDThh:mm:ss[.sss]Z.
Server-side is microservice written in Java, type of the field is java.time.OffsetDateTime.
Is there something in Postman I should configure, or is it depends from server implementation?