removing timex in favor of main library functions
This commit is contained in:
parent
ed98c03fae
commit
5c4ae401d9
4 changed files with 7 additions and 4 deletions
config
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue