Created
September 21, 2016 13:37
-
-
Save minimal/b79f50fe6cdd2f6da9698c4a47599afe to your computer and use it in GitHub Desktop.
ISO now date string in java 8 with clojure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(import | |
'[java.time ZonedDateTime] | |
'[java.time.format DateTimeFormatter]) | |
(.. (ZonedDateTime/now) (format DateTimeFormatter/ISO_INSTANT)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment