Skip to content

Commit

Permalink
set utc
Browse files Browse the repository at this point in the history
  • Loading branch information
icecoldfire committed Feb 21, 2019
1 parent e2d3281 commit 3833d5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Viren.Core/Serialization/VirenNetSerializerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public VirenNetSerializerSettings()
{
ContractResolver = new CamelCaseExceptDictionaryKeysResolver();
FloatParseHandling = FloatParseHandling.Decimal;
DateTimeZoneHandling = DateTimeZoneHandling.Unspecified;
DateTimeZoneHandling = DateTimeZoneHandling.Utc;
}
}
}
2 changes: 1 addition & 1 deletion src/Viren.Core/Viren.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Authors>Teal Partners</Authors>
<Company>Teal Partners</Company>
<Product>Viren .NET client core library</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Viren.Execution/Viren.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand Down

0 comments on commit 3833d5b

Please sign in to comment.