[GH-ISSUE #1823] Convert Timestamp to human-readable time #1815

Open
opened 2026-03-03 19:54:36 +03:00 by kerem · 8 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 21, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1823

Originally assigned to: @NghiaTranUIT on GitHub.

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
Originally created by @NghiaTranUIT on GitHub (Oct 21, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1823 Originally assigned to: @NghiaTranUIT on GitHub. ## 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
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 21, 2023):

  • Done: Select the timestamp text -> Right Click -> Timestamp
  • Convert to current time

F8nNM79bIAApY7z

<!-- gh-comment-id:1773626093 --> @NghiaTranUIT commented on GitHub (Oct 21, 2023): - Done: Select the timestamp text -> Right Click -> Timestamp - Convert to current time ![F8nNM79bIAApY7z](https://github.com/ProxymanApp/Proxyman/assets/5878421/54a2c331-1602-480e-83df-e1e79c275a5e)
Author
Owner

@tylerjames commented on GitHub (Dec 4, 2023):

Can we get a way to convert timestamp if it's in milliseconds?

<!-- gh-comment-id:1839351788 --> @tylerjames commented on GitHub (Dec 4, 2023): Can we get a way to convert timestamp if it's in milliseconds?
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 6, 2023):

@tylerjames can you give us an example?

<!-- gh-comment-id:1842199600 --> @NghiaTranUIT commented on GitHub (Dec 6, 2023): @tylerjames can you give us an example?
Author
Owner

@tylerjames commented on GitHub (Dec 6, 2023):

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.

milliseconds

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.

<!-- gh-comment-id:1843108241 --> @tylerjames commented on GitHub (Dec 6, 2023): 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. <img width="906" alt="milliseconds" src="https://github.com/ProxymanApp/Proxyman/assets/1138573/0a2e4c52-0b5c-4fa9-a6cf-532c1918dcf2"> 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.
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 27, 2023):

@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

<!-- gh-comment-id:1869920092 --> @NghiaTranUIT commented on GitHub (Dec 27, 2023): @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
Author
Owner

@tylerjames commented on GitHub (Jan 2, 2024):

Looks good, I'll check it out.
Thanks!

<!-- gh-comment-id:1874118542 --> @tylerjames commented on GitHub (Jan 2, 2024): Looks good, I'll check it out. Thanks!
Author
Owner

@tylerjames commented on GitHub (Jan 2, 2024):

Getting an invalid timestamp when I try to convert from Raw response body. Works if I do it from Treeview though.

Screenshot 2024-01-02 at 10 06 45 AM
<!-- gh-comment-id:1874150429 --> @tylerjames commented on GitHub (Jan 2, 2024): Getting an invalid timestamp when I try to convert from Raw response body. Works if I do it from Treeview though. <img width="1111" alt="Screenshot 2024-01-02 at 10 06 45 AM" src="https://github.com/ProxymanApp/Proxyman/assets/1138573/e971442c-2c5a-47ad-ad6d-01700cb7ba81">
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 4, 2024):

@tylerjames can you try again? I suppose that you should select the full string -> Right Click -> Timestamp.

Screenshot 2024-01-04 at 09 22 27

<!-- gh-comment-id:1876221300 --> @NghiaTranUIT commented on GitHub (Jan 4, 2024): @tylerjames can you try again? I suppose that you should select the full string -> Right Click -> Timestamp. ![Screenshot 2024-01-04 at 09 22 27](https://github.com/ProxymanApp/Proxyman/assets/5878421/53a13e7e-7fcd-415f-8915-4b41d7f1d959)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1815
No description provided.