Fix timezone definition and handling across app

This commit is contained in:
Claudio Ortolina
2025-09-11 16:17:20 +03:00
parent 5aaa7708ee
commit c67fd27ea1
5 changed files with 9 additions and 21 deletions
+3 -2
View File
@@ -15,10 +15,11 @@ config :music_library,
ecto_repos: [MusicLibrary.BackgroundRepo, MusicLibrary.Repo, MusicLibrary.ErrorRepo],
generators: [timestamp_type: :utc_datetime, binary_id: true]
config :music_library, timezone: "Europe/London"
config :music_library, MusicLibraryWeb,
login_password: "change me",
api_token: "change me",
timezone: "Europe/London"
api_token: "change me"
# Configures the endpoint
config :music_library, MusicLibraryWeb.Endpoint,