On Copy Patrol, show the timestamp of the edit, rather than the time we get from Turnitin/EranBot.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T116957 Plagiarism detection tools for text (tracking) | |||
Resolved | • TBolliger | T120435 Improve the plagiarism detection bot | |||
Resolved | • TBolliger | T131583 Epic: Make a tool labs interface for Plagiabot aka Eranbot | |||
Resolved | MusikAnimal | T138098 Copy Patrol: Show the timestamp of the edit |
Event Timeline
Comment Actions
Fixed with https://github.com/Niharika29/PlagiabotWeb/pull/8
I guess we were using the wrong characters to format the date. The hour we were showing was in 12-hour format, and the minute we were showing was actually the month of the year =P
Also the "reviewed at" timestamp needs to be converted to GMT, evidently.
With this fix the timestamps all appear to match up with that of the actual diff / database.
Comment Actions
This is now included in one big branch at https://github.com/Niharika29/PlagiabotWeb/pull/12
The timestamp issue was a one-line fix, see https://github.com/Niharika29/PlagiabotWeb/commit/1062088737d5a4933779b2d850f9ecebdf5a42c8#diff-0a3a612b6e041fccdbde3eaa6b795886R215