Gregory Ostermayr

Results 11 comments of Gregory Ostermayr

confirmed that adding the following to my Ecto.Repo configuration solves my issues ```elixir after_connect: {MyXQL, :query!, ["SET time_zone = '+00:00'", []]} ```