Date date = Date.from(LocalDateTime.now()
.atZone(ZoneId.systemDefault())
.toInstant());