How to convert unix to NaiveDateTime?

This can be changed with an argument:

iex(1)> 1466329342388 |> DateTime.from_unix!(:millisecond) |> DateTime.to_naive()
~N[2016-06-19 09:42:22.388]