Last active
August 29, 2018 17:49
-
-
Save waffletower/ba93b11d2af8fb54cc0e59ecf3039999 to your computer and use it in GitHub Desktop.
local date string in given time zone
This file contains hidden or 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
(-> (java.time.ZonedDateTime/now) | |
(.withZoneSameLocal (java.time.ZoneId/of "America/Chicago")) | |
t/date-time->iso-local-date) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment