Skip to content

Commit

Permalink
A string needs quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
p3r7 committed Sep 15, 2020
1 parent 603553b commit e77dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Arguments corresponding to a time instant (and by extension the boundaries of a

- any valid Clojure `inst` object
- UNIX timestamp with second precision, with optional milliseconds after the comma, in string or number. E.g.: ``"1600093006"``, `1600093006`, `"1600093006.148"`, `1600093006.148`.
- an [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) string. E.g. `1996-12-19T16:39:57-08:00`.
- an [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) string. E.g. `"1996-12-19T16:39:57-08:00"`.


#### Optional arguments
Expand Down

0 comments on commit e77dfa9

Please sign in to comment.