Email notification does not display the same timezone as the system settingDescriptionThe timezone of the outbound notification email should be displayed in the same timezone as the system setting.Steps to Reproduce 1. Got an alert from the instance2. Seen the time in Mail Body from the alert of outbound email notification shows the time generated in PDT or other time zones which is not the same as the system timezone.3. Checked the value of "glide.sys.default.tz" in the system propertiesValue is correct as the preferred timezone.4. Checked "glide.email.append.timezone" in the system propertiesValue is "True". Hence, the time in the email should be appended as the preferred timezone. Expected result: The timezone should be displayed as set in the system. Example: "glide.sys.default.tz" set as "Australia/Sydney", the time zone in the email should be "AEST". Actual result: The timezone was displayed as PDT which is different from the system.WorkaroundWe are introducing a new boolean property "glide.email.append_sys_timezone" to honour the system default timezone mentioned in the property "glide.sys.default.tz"The issue occurs because multiple OOB scripts are modifying the session's timezone. If customers encounter this problem, they should create a system property called "glide.email.append_sys_timezone" and set its value to true. This will ensure that the system respects the timezone configured in the "glide.sys.default.tz" property.Related Problem: PRB1656583