I am getting below error when trying with pattern with below pattern
private static final DateTimeFormatter DATE_TIME_FORMATTER
= DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ssz");
Can someone explain reason behind this??
Error received with above pattern: java.time.format.DateTimeParseException: Text '2021-08-03T10:00:00EDT' could not be parsed at index 19