Skip to content

Commit

Permalink
fix: Fixes timezone issue (#1388)
Browse files Browse the repository at this point in the history
### Summary
Removes the timezone specific logic in favor of globalization non-invariance. This should fix culture issues too.
  • Loading branch information
kamronbatman authored May 19, 2023
1 parent 0a9bfb0 commit f92d821
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1,218 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
<SelfContained>false</SelfContained>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<InvariantGlobalization>true</InvariantGlobalization>
<InvariantGlobalization>false</InvariantGlobalization>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'=='true' AND '$(IsX64)'=='true' AND '$(RuntimeIdentifier)'==''">
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
Loading

0 comments on commit f92d821

Please sign in to comment.