diff --git a/src/Open.IdentityServer/test/Open.IdentityServer.UnitTests/ResponseHandling/TokenResponseGenerator/TokenResponseGeneratorTests.cs b/src/Open.IdentityServer/test/Open.IdentityServer.UnitTests/ResponseHandling/TokenResponseGenerator/TokenResponseGeneratorTests.cs index 6b5ea66e0..39c1ec95c 100644 --- a/src/Open.IdentityServer/test/Open.IdentityServer.UnitTests/ResponseHandling/TokenResponseGenerator/TokenResponseGeneratorTests.cs +++ b/src/Open.IdentityServer/test/Open.IdentityServer.UnitTests/ResponseHandling/TokenResponseGenerator/TokenResponseGeneratorTests.cs @@ -29,7 +29,7 @@ public abstract class TokenResponseGeneratorTests protected readonly IClientStore clients = new InMemoryClientStore(TestClients.Get()); protected readonly ILogger logger = NullLogger.Instance; - protected readonly DateTime FakeNow = new DateTime(2026, 02, 01, 12, 23, 00); + protected readonly DateTime FakeNow = new DateTime(2026, 02, 01, 12, 23, 00, DateTimeKind.Utc); protected TokenResponseGeneratorTests() {