Postman How to convert timestamps in Postman? In Postman, timestamps can be converted using Moment.js library or native JS. Moment.js offers convenience, being built into Postman and providing the moment.unix(Number) method, while native JS code is slightly more cumbersome.