Skip to content

Commit 3e0e10b

Browse files
authored
Adjust core/formatter docstring
Change example format symbols to less surprising choices as per java.time.format.DateTimeFormatter
1 parent 9307f58 commit 3e0e10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tick/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ or for the 3-arity version the amount of 'unit' between v1 and v2"
13411341
(defn ^DateTimeFormatter formatter
13421342
"Constructs a DateTimeFormatter out of either a
13431343
1344-
* format string - \"YYYY/mm/DD\" \"YYY HH:MM\" etc.
1344+
* format string - \"yyyy/MM/dd\" \"yyy HH:mm\" etc.
13451345
or
13461346
* formatter name - :iso-instant :iso-local-date etc
13471347

0 commit comments

Comments
 (0)