dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
461 stars 45 forks source link

minutes and months formatting might be confusing #63

Closed vandr0iy closed 3 years ago

vandr0iy commented 3 years ago

Copypasted the example in the docs in the REPL, got a weird result. Checked on the javadocs - turns out that MM are months, mm are minutes.

So, yeah - it's a minor thing, but this fixes the example in the docs :)

dm3 commented 3 years ago

Thanks!