Tests created previously use DateTimeFormatter.ofPattern("ha"); and returns "10AM" (for '2017-04-09T10:00-06:00[US/Mountain]').
Under my MacOs and Java ['openjdk version "11.0.12"'] I got "10am"
"10AM" != "10am"
In specification I see "ha" should create "10AM" not "10am" see: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
Any advice?