diff --git a/web/core/components/global/timezone-select.tsx b/web/core/components/global/timezone-select.tsx index 55b9f5cf186..af20a7c88f8 100644 --- a/web/core/components/global/timezone-select.tsx +++ b/web/core/components/global/timezone-select.tsx @@ -37,7 +37,7 @@ export const TimezoneSelect: FC = observer((props) => {
{ email: user.email || "", role: profile.role || "Product / Project Manager", language: profile.language || "en", - user_timezone: "Asia/Kolkata", + user_timezone: user.user_timezone || "Asia/Kolkata", }, }); // derived values