mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #865] Time and duration not parsing from HAR correctly #860
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#860
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 @percula on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/865
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.23.0
macOS Version? (Ex. mac 10.14)
11.2.3
Steps to reproduce
Import a HAR file and notice the Time and Date columns don't match the data from the HAR file. Is there a specific date format that Proxyman expects?
Expected behavior
I would expect the Time and Duration columns to match the data from the HAR file. The HAR contains the following info (I've removed the request/response info to keep this succinct):
Screenshots (optional)
This is what Proxyman parses it as:

@NghiaTranUIT commented on GitHub (Apr 22, 2021):
Thanks for the bug report @percula
Look like there is a bug when parsing the Date from the HAR file. I will check it out and send you a BETA this week 👍
@NghiaTranUIT commented on GitHub (Apr 22, 2021):
@percula please check out this BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.23.0_Fix_Date_In_HAR.dmg
It's a bug when parsing the ISO8601 date string from the HAR file🐛
From now, it parses and displays correctly 👍
@percula commented on GitHub (Apr 22, 2021):
The fix works great, thanks!
@NghiaTranUIT commented on GitHub (Apr 22, 2021):
Glad to know that 🙌 🌮