We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e324d68 commit 1424341Copy full SHA for 1424341
1 file changed
Fakes/OpenActive.FakeDatabase.NET/Models/DatabaseTables.cs
@@ -27,7 +27,7 @@ public abstract class Table
27
[AutoIncrement]
28
public long Id { get; set; }
29
public bool Deleted { get; set; }
30
- public long Modified { get; set; } = new DateTimeOffset(DateTime.Today).UtcTicks;
+ public long Modified { get; set; } = new DateTimeOffset(DateTime.Now).UtcTicks;
31
}
32
33
public static class DatabaseCreator
0 commit comments