forked from github/szkolny
[API/Vulcan] Make Grade's added date include exact time
This commit is contained in:
parent
4d8f43dde4
commit
783734bf9e
@ -1152,7 +1152,7 @@ public class Vulcan implements EdziennikInterface {
|
||||
int subjectId = grade.get("IdPrzedmiot").getAsInt();
|
||||
int teacherId = grade.get("IdPracownikD").getAsInt();
|
||||
int categoryId = grade.get("IdKategoria").getAsInt();
|
||||
long addedDate = Date.fromY_m_d(grade.get("DataModyfikacjiTekst").getAsString()).getInMillis();
|
||||
long addedDate = grade.get("DataModyfikacji").getAsLong() * 1000;
|
||||
|
||||
float finalValue = 0.0f;
|
||||
String finalName;
|
||||
|
Loading…
Reference in New Issue
Block a user