Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kkonyshev/2bf6e9029666b5b5a752bcfd43b1ab33 to your computer and use it in GitHub Desktop.
Save kkonyshev/2bf6e9029666b5b5a752bcfd43b1ab33 to your computer and use it in GitHub Desktop.
No implicit Ordering defined for org.joda.time.DateTime
implicit def dateTimeOrdering: Ordering[DateTime] = Ordering.fromLessThan(_ isBefore _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment