removing timex in favor of main library functions

This commit is contained in:
Adam Piontek 2021-03-06 00:42:13 -05:00
parent ed98c03fae
commit 5c4ae401d9
4 changed files with 7 additions and 4 deletions

View file

@ -10,6 +10,9 @@ use Mix.Config
config :shift73k,
ecto_repos: [Shift73k.Repo]
# Configure the time zone database
config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
# Custom application global variables
config :shift73k, :app_global_vars,
time_zone: "America/New_York",