-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#18: Synergy.Web.Api.Testing: Sample extended
Fixed DateTime serialization - removed time zone from date which caused markdown docs change when generating around the world.
- Loading branch information
1 parent
21e9ca0
commit 9062e89
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Web/Sample/Synergy.Sample.Web.API.Tests/Infrastructure/SampleTestServer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
"login": { | ||
"value": "[email protected]" | ||
}, | ||
"created": "2024-05-13T13:19:15.8420304+02:00" | ||
"created": "2022-12-15T19:09:56+05:30" | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ Content-Length: 182 | |
"login": { | ||
"value": "[email protected]" | ||
}, | ||
"created": "2024-05-13T13:19:15.8420304+02:00" | ||
"created": "2022-12-15T14:39:56+01:00" | ||
} | ||
} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters