Skip to content

Instantly share code, notes, and snippets.

@waffletower
Last active August 29, 2018 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waffletower/ba93b11d2af8fb54cc0e59ecf3039999 to your computer and use it in GitHub Desktop.
Save waffletower/ba93b11d2af8fb54cc0e59ecf3039999 to your computer and use it in GitHub Desktop.
local date string in given time zone
(-> (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