bitwalker / timex_ecto

An adapter for using Timex DateTimes with Ecto
MIT License
162 stars 68 forks source link

Timex.Ecto.DateTime.dump bug with timezone #46

Closed k155la3 closed 7 years ago

k155la3 commented 7 years ago

Timex.Ecto.DateTime.dump should use UTC converted value when calling to_naive_datetime.

bitwalker commented 7 years ago

Fixed in latest release.