Move DateTime for Unix to shared partition (dotnet/coreclr#22383)
authorMarek Safar <marek.safar@gmail.com>
Fri, 8 Feb 2019 03:45:44 +0000 (04:45 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Feb 2019 03:45:44 +0000 (19:45 -0800)
commit09acf2ad80b23bd2053790daa527155169f74984
tree3db1a011895d105c4e298f6541e40ee244283cc1
parent26e3c197ec1db971f2207243f61438b35cd80319
Move DateTime for Unix to shared partition (dotnet/coreclr#22383)

* Move DateTime for Unix to shared partition

* Keep CoreCLR specific implementation

Commit migrated from https://github.com/dotnet/coreclr/commit/4c480a5f8e1e12d83f089891231c8eadbb5762e1
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/DateTime.Unix.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.cs with 71% similarity]