| | |
| | | val lastHour = LocalDateTime.ofInstant(sDate.toInstant(), ZoneId.systemDefault()).minusHours(12) |
| | | sDate = Date.from(lastHour.atZone(ZoneId.systemDefault()).toInstant()) |
| | | } |
| | | // sDate = Date.from(LocalDateTime.of(2023, 8, 1, 0, 0, 0, 0).atZone(ZoneId.systemDefault()).toInstant()) |
| | | sDate = Date.from(LocalDateTime.of(2025, 11, 4, 0, 0, 0, 0).atZone(ZoneId.systemDefault()).toInstant()) |
| | | // eDate = Date.from(LocalDateTime.of(2023, 8, 23, 0, 0, 0, 0).atZone(ZoneId.systemDefault()).toInstant()) |
| | | var page = 1 |
| | | var hasNextPage: Boolean = false |