Do tej pory offsetDateTime

long epochMilli = zonedDateTime.toInstant().toEpochMilli();
Date date = new Date(epochMilli);
Average Armadillo