Would it be possible to use ISO date format, like on the Datomic page?
Datomic - like most software - is an international product, so it would make sense to use a more international convention.
I live in Hong Kong btw, and the date format here is the same or similar, but I still can’t remember after 7 years, whether it’s DD/MM or MM/DD.
Wikipedia says:
Dates written in Hong Kong and Macau are often formatted in the DD.MM.YYYY style due to European influences. Nonetheless, the Chinese form of the dates is still read in the same way as described above. Visas for the People’s Republic of China also conform to this format.
How do we know which version of the Client API is this library using?
Or is it something which shouldn’t matter much?
dev-local follows the same conventions of any .jar. You can examine the deps included with the jar. For example, if you’re using clojure and include the .jar you can review the deps with -Stree:
clojure -Stree
Would it be possible to use ISO date format, like on the Datomic page?
Sorry, I meant, how can I tell the client version without downloading dev-local, since that version “communicates” the available features (like the android api levels) and bug fixes.
But indeed, it’s not that important, I just have to get more fluent with the options of Clojure CLI.