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 (#223)
  • Loading branch information
civsiv authored Mar 28, 2024
1 parent e324d68 commit 1424341
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 1424341

Please sign in to comment.