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
+2
View File
@@ -26,4 +26,6 @@ defmodule MusicLibrary do
- `MusicLibrary.OnlineStoreTemplates` - Configurable templates for generating online store URLs
- `MusicLibrary.Secrets` - Encrypted storage for API keys and sensitive configuration
"""
def timezone, do: Application.fetch_env!(:music_library, :timezone)
end