From 6661e1c64d93f235fef1083eb442eca47b68c201 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 12 Dec 2020 06:29:11 +0330 Subject: [PATCH] [SKIP CI] info about chapter upload date (#5098) * [CI SKIP] info about chapter upload date * correct undeleted draft --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 964cb156b..36a2ff228 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,6 +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. #### Chapter Pages