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 subscriptions feed local database sorting
These entities were being sorted by date_published, 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