mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1823] Convert Timestamp to human-readable time #1815
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1815
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@NghiaTranUIT commented on GitHub (Oct 21, 2023):
@tylerjames commented on GitHub (Dec 4, 2023):
Can we get a way to convert timestamp if it's in milliseconds?
@NghiaTranUIT commented on GitHub (Dec 6, 2023):
@tylerjames can you give us an example?
@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:
1698438787706Which 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:
... when treated as milliseconds.
@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
@tylerjames commented on GitHub (Jan 2, 2024):
Looks good, I'll check it out.
Thanks!
@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.
@NghiaTranUIT commented on GitHub (Jan 4, 2024):
@tylerjames can you try again? I suppose that you should select the full string -> Right Click -> Timestamp.