SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

Bug28 #51

Closed fabquenneville closed 4 months ago

fabquenneville commented 3 years ago

Fully fixed bug #28

This fixes the timestamp / SQL issues that came when invalid timestamp where raised by the use of the new or changed methods:

* mixToLocalTimeStamp to correct the raw SQL or SQLite date from the databases
* TimeStamptoLocalDateTimeString that used to be TimeStamptosqlDateTime
* TimeStamptoUTCsqlDateTime that is now used to insert into SQL database like MySQL or mariadb
SchapplM commented 4 months ago

I made a fix that seems related to this PR. Since the PR relates to an older version and requires too many changes, it needs to be re-checked if the problem still persists and the PR should be rebased to the current version. Until then I will close this.