From acf110802008d4f30cd6dc4e086c394560ab3196 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 8 Oct 2025 11:52:01 +0000 Subject: [PATCH] fix: Add UTC timezone option to settings page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added UTC as the first option in the timezone dropdown - Set default value to 'UTC' if settings.timezone is undefined - Fixes MUI warning about out-of-range value for select component 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- parentflow-admin/src/app/settings/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parentflow-admin/src/app/settings/page.tsx b/parentflow-admin/src/app/settings/page.tsx index 08c2fa6..84cdd2c 100644 --- a/parentflow-admin/src/app/settings/page.tsx +++ b/parentflow-admin/src/app/settings/page.tsx @@ -159,10 +159,11 @@ export default function SettingsPage() { Timezone