code-corps-api
code-corps-api copied to clipboard
Replace TimeValidator.truncate/2 when Elixir 1.6 is released
Problem
When we switch to Elixir 1.6 we need to replace TimeValidator.truncate/2 with DateTime.truncate/2 (or whatever the new fn is ultimately called).
Blocked until then.