Created
November 30, 2015 11:30
-
-
Save bcardarella/ff9949c2c29965d847e1 to your computer and use it in GitHub Desktop.
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
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