Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add datetime function to Saved feed local database sorting
These entities were being sorted by date_tagged as a string, and it works as long as they are inserted with the same timezone. This solution is weak, because if the timezone ever changes among entities the sorting will stop working. Using datetime function solves this issue.
- Loading branch information