public static int timeZoneDifference (LocalDateTime date) { ZonedDateTime zdtLocal = date.atZone(localZoneId); ZonedDateTime zdtEst = date.atZone(estZoneId);