mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-18 21:06:44 -06:00
[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 subjectId = grade.get("IdPrzedmiot").getAsInt();
|
||||||
int teacherId = grade.get("IdPracownikD").getAsInt();
|
int teacherId = grade.get("IdPracownikD").getAsInt();
|
||||||
int categoryId = grade.get("IdKategoria").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;
|
float finalValue = 0.0f;
|
||||||
String finalName;
|
String finalName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user