Sqlite: AddTicks translation gives incorrect results #29260
Labels
area-query
area-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
easy-for-smit
Easy query bugs
type-bug
Milestone
translation logic is as follows:
it divides ticks by number of ticks in a day, but then adds the value as a number of seconds. We should be using TimeSpan.TicksPerSecond instead.
The text was updated successfully, but these errors were encountered: