Add commented line with code to return relative time in responses
This commit is contained in:
parent
53aa9ce368
commit
a61ad36151
@ -13,6 +13,7 @@ public final class InstantTypeAdapter extends TypeAdapter<Instant> {
|
||||
if (write == null) {
|
||||
writer.nullValue();
|
||||
} else {
|
||||
//writer.value(write.toEpochMilli() - System.currentTimeMillis());
|
||||
writer.value(write.toEpochMilli());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user