diff --git a/stellar-dotnet-sdk-test/TimeBoundsTest.cs b/stellar-dotnet-sdk-test/TimeBoundsTest.cs index 07688ed22..d96d5485c 100644 --- a/stellar-dotnet-sdk-test/TimeBoundsTest.cs +++ b/stellar-dotnet-sdk-test/TimeBoundsTest.cs @@ -79,7 +79,7 @@ public void TestTimeBoundsWithDateTimeThrowsIfMaxTimeGreaterThanMinTime() [TestMethod] public void TestTimeBoundsWithDuration() { - var now = new DateTime(2018, 12, 01, 17, 30, 30); + var now = new DateTime(2018, 12, 01, 17, 30, 30, DateTimeKind.Utc); var duration = TimeSpan.FromDays(2.0); var timeBounds = new TimeBounds(now, duration);