0
LocalDateTimeのparseについて
文字列から以下のようにLocalDateTimeにparseしたいのですが、DateTimeParseExceptionが発生して失敗します。
単純にパターンが間違っているのでしょうか。それとも何か他の要因があるのでしょうか。
コード
LocalDateTime.parse("Wed Sep 06 19:15:30 JST 2017", DateTimeFormatter.ofPattern("EEE MMM dd hh:mm:ss zzz uuuu"));
例外
java.time.format.DateTimeParseException: Text 'Wed Sep 06 19:15:30 JST 2017' could not be parsed at index 0