We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15b2a4 commit f0ea851Copy full SHA for f0ea851
RestSharp.Tests/RestSharp.Tests.csproj
@@ -112,6 +112,9 @@
112
<Content Include="SampleData\boolean_from_number.xml">
113
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
114
</Content>
115
+ <Content Include="SampleData\iso8601datetimes.txt">
116
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
117
+ </Content>
118
<Content Include="SampleData\datetimes.txt">
119
120
RestSharp.Tests/SampleData/iso8601datetimes.txt
@@ -0,0 +1,5 @@
1
+{
2
+ "DateTimeLocal": "2012-07-19T10:23:25",
3
+ "DateTimeUtc": "2012-07-19T10:23:25.544Z",
4
+ "DateTimeWithOffset": "2012-07-19T03:23:25.544-07:00",
5
+}
0 commit comments