Resolve timezone from user browser

This commit is contained in:
Claudio Ortolina
2025-09-11 22:14:15 +03:00
parent c67fd27ea1
commit 21783f5dbf
9 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -27,5 +27,5 @@ defmodule MusicLibrary do
- `MusicLibrary.Secrets` - Encrypted storage for API keys and sensitive configuration
"""
def timezone, do: Application.fetch_env!(:music_library, :timezone)
def default_timezone, do: Application.fetch_env!(:music_library, :default_timezone)
end