Allow users to update Time zone from service portal.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description Allow users to update 'Time zone' from their profile page in Service Portal such that the Time zone field is updated in sys_user record. Procedure There is an existing Time zone field on the service portal profile page (/sp?id=user_profile&sys_id=6816f79cc0a8016401c5a33be04be441) which when updated, just sets the session user preference and remains valid only for that particular user session. Logging out of that session will reset the Time zone value to the value present in the sys_user record. However, if the requirement is to update the time zone as a whole which would last permanently, 'Time zone' field in "sys_user" record needs to be updated. However 'Time zone' field from the sys_user table is not available by default in Service Portal 'profile' page. We need to configure the service portal view and add this field onto the form. Steps to configure portal view and add 'Time zone' field. As an admin, open 'Users' table and select a sys_user record.Right-click on the form banner (or) click the hamburger to select view.Go to the Service Portal view and then right-click header select configure form layout make sure you are in the Service Portal view, then select the timezone field on the available side and move to the selected sided and place where you want it on the form.SaveOpen the service portal and navigate to the profile page by clicking UserName --> Profile on the extreme right of portal menu. Now users should be able to see the 'Time zone' field under the 'About' section and updating this field would update the Time zone on sys_user record. Additional Information Refer to the below community article which explains the same.https://community.servicenow.com/community?id=community_question&sys_id=f2e4072ddbd8dbc01dcaf3231f9619f2