Proxyman
                                
                                 Proxyman copied to clipboard
                                
                                    Proxyman copied to clipboard
                            
                            
                            
                        Convert Timestamp to human-readable time
Description
Timestamp is not human-readable text, it might take a lot of time to copy & paste somewhere to parse it.
Why this feature/change is important?
- Save time, easier to deal with timestamp in the Body
- Done: Select the timestamp text -> Right Click -> Timestamp
- Convert to current time
Can we get a way to convert timestamp if it's in milliseconds?
@tylerjames can you give us an example?
Of a timestamp in milliseconds? Sure.
I know Java, and I'm sure other languages, report timestamp in milliseconds.
One of my APIs returns this value:
1698438787706
Which the app displays as May 20, 55791.
If you plug the same value into: https://www.unixtimestamp.com/ you'll see that the date is actually:
Fri Oct 27 2023 21:26:39 GMT+0000
... when treated as milliseconds.
@tylerjames you can use this beta build: https://download.proxyman.io/beta/Proxyman_4.15.0_Support_millisecond_timestamp_.dmg
It supports Timestamps (Millisecond or second) 👍
Video
https://github.com/ProxymanApp/Proxyman/assets/5878421/68313aa4-aefd-42af-80d6-cb91cb3a4789
Looks good, I'll check it out. Thanks!
Getting an invalid timestamp when I try to convert from Raw response body. Works if I do it from Treeview though.
@tylerjames can you try again? I suppose that you should select the full string -> Right Click -> Timestamp.