Add timezone handling

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-10 16:25:50 +02:00
parent eba3c70c9b
commit d58ca5743d
49 changed files with 1218 additions and 429 deletions

View File

@@ -206,6 +206,7 @@ defmodule Mobilizon.Mixfile do
{:paasaa, "~> 0.5.0"},
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:tz_world, "~> 0.5.0"},
# Dev and test dependencies
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
{:ex_machina, "~> 2.3", only: [:dev, :test]},