Configure timezone database
1 files changed, 2 insertions(+), 0 deletions(-) M config/config.exs
M config/config.exs => config/config.exs +2 -0
@@ 71,6 71,8 @@ config :swoosh, :api_client, Swoosh.ApiClient.Hackney config :tesla, adapter: {Tesla.Adapter.Mint, timeout: :timer.seconds(30)} config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs"