Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created November 30, 2015 11:30
Show Gist options
  • Save bcardarella/ff9949c2c29965d847e1 to your computer and use it in GitHub Desktop.
Save bcardarella/ff9949c2c29965d847e1 to your computer and use it in GitHub Desktop.
d1 = {{2015, 12, 1}, {{11, 0, 0}} |> Ecto.DateTime.from_erl
d2 = {{2015, 11, 30}, {{11, 0, 0}} |> Ecto.DateTime.from_erl
assert d1 > d2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment