-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f000979
commit 84e250c
Showing
20 changed files
with
91 additions
and
25 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeLocalToJsonString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01 Local |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeLocalToParameterString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01Local |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeOffsetUtcToJsonString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01 +0 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeOffsetUtcToParameterString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01+0 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeOtherTimeZoneToJsonString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01 +1:30 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeOtherTimeZoneToParameterString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01+1:30 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeUtcToJsonString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01 Utc |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/DateFormatterTests.DateTimeUtcToParameterString.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01Utc |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Naming/NameForParameterTests.DateTimeLocal.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01Local |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Naming/NameForParameterTests.DateTimeOffsetLocal.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01+11 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Naming/NameForParameterTests.DateTimeOffsetUtc.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01+0 |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Naming/NameForParameterTests.DateTimeUtc.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-10-01 | ||
2000-10-01Utc |
8 changes: 4 additions & 4 deletions
8
...erify.Tests/Serialization/SerializationTests.DatetimeOffsetScrubbingDisabled.verified.txt
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
noTime: 2000-01-01, | ||
withTime: 2000-01-01 01:01:01, | ||
withTimeZeroSeconds: 2000-01-01 01:01, | ||
withTimeMilliSeconds: 2000-01-01 01:01:01.999 | ||
noTime: 2000-01-01 +1:30, | ||
withTime: 2000-01-01 01:01:01 +1, | ||
withTimeZeroSeconds: 2000-01-01 01:01 +1, | ||
withTimeMilliSeconds: 2000-01-01 01:01:01.999 +1 | ||
} |
8 changes: 4 additions & 4 deletions
8
src/Verify.Tests/Serialization/SerializationTests.DatetimeScrubbingDisabled.verified.txt
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
noTime: 2000-01-01, | ||
withTime: 2000-01-01 01:01:01, | ||
withTimeZeroSeconds: 2000-01-01 01:01, | ||
withTimeMilliSeconds: 2000-01-01 01:01:01.999 | ||
noTime: 2000-01-01 Utc, | ||
withTime: 2000-01-01 01:01:01 Utc, | ||
withTimeZeroSeconds: 2000-01-01 01:01 Utc, | ||
withTimeMilliSeconds: 2000-01-01 01:01:01.999 Utc | ||
} |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Serialization/SerializationTests.DontScrubDateTimes.verified.txt
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
Date: 2020-10-10 | ||
Date: 2020-10-10 Utc | ||
} |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/Serialization/SerializationTests.DontScrubDateTimesFluent.verified.txt
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
Date: 2020-10-10 | ||
Date: 2020-10-10 Utc | ||
} |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/SimpleTypeTests.DateTimeWrappedInTask.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-01-01 01:01:01 | ||
2000-01-01 01:01:01 Utc |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTime.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-01-01 01:01:01 | ||
2000-01-01 01:01:01 Utc |
2 changes: 1 addition & 1 deletion
2
src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTimeOffset.verified.txt
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 |
---|---|---|
@@ -1 +1 @@ | ||
2000-01-01 00:01:01.001 | ||
2000-01-01 00:01:01.001 +0 |
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