Skip to content

Commit 8ea43c5

Browse files
Revert HarGeneratorPlugin to use 'o' format for HAR spec compliance
Co-authored-by: waldekmastykarz <[email protected]>
1 parent 1bb9f12 commit 8ea43c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Plugins/Generation/HarGeneratorPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private HarEntry CreateHarEntry(RequestLog log)
102102

103103
var entry = new HarEntry
104104
{
105-
StartedDateTime = currentTime.ToString("s"),
105+
StartedDateTime = currentTime.ToString("o"),
106106
Time = 0, // We don't have actual timing data in RequestLog
107107
Request = new HarRequest
108108
{

0 commit comments

Comments
 (0)