[SKIP CI] date_upload is in miliseconds (#5103)

This commit is contained in:
Aria Moradi 2020-12-12 19:25:31 +03:30 committed by GitHub
parent 0ed49bce8b
commit 332da1818f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late
#### Chapter
- After a chapter list for the manga is fetched and the app is going to cache the data, `prepareNewChapter` will be called.
- `SChapter.date_upload` is in the [UNIX Epoch time](https://en.wikipedia.org/wiki/Unix_time) format.
- If you don't pass `SChapter.date_upload`, the user won't get notifications for new chapters. refer to [this issue](https://github.com/inorichi/tachiyomi/issues/2089) for more info.
- `SChapter.date_upload` is the [UNIX Epoch time](https://en.wikipedia.org/wiki/Unix_time) **expressed in miliseconds**.
- If you don't pass `SChapter.date_upload`, the user won't get notifications for new chapters. refer to [this issue](https://github.com/inorichi/tachiyomi/issues/2089) for more info. `System.currentTimeMillis()` works as a substitute when real data is not available.
#### Chapter Pages