Skip to content

Commit

Permalink
feat: make modified a long sufficiently specific to lose JS number pr…
Browse files Browse the repository at this point in the history
…ecision
  • Loading branch information
civsiv committed Mar 28, 2024
1 parent 7e88fdf commit d7ee40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fakes/OpenActive.FakeDatabase.NET/Models/DatabaseTables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class Table
[AutoIncrement]
public long Id { get; set; }
public bool Deleted { get; set; }
public long Modified { get; set; } = new DateTimeOffset(DateTime.Today).UtcTicks;
public long Modified { get; set; } = new DateTimeOffset(DateTime.Now).UtcTicks;
}

public static class DatabaseCreator
Expand Down

0 comments on commit d7ee40f

Please sign in to comment.