Skip to content

Instantly share code, notes, and snippets.

@ruslanbogun
Last active November 14, 2016 15:42
Show Gist options
  • Save ruslanbogun/d8a9e6ee7b871f2b8a2c to your computer and use it in GitHub Desktop.
Save ruslanbogun/d8a9e6ee7b871f2b8a2c to your computer and use it in GitHub Desktop.
implicit val jodaDateReads = Reads.jodaDateReads("yyyy-MM-dd HH:mm:ss Z")
implicit val jodaDateWrites = Writes.jodaDateWrites("yyyy-MM-dd HH:mm:ss Z")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment