Additional settings-related features and issues within Microsoft Teams for business
For this symptom in Teams, the most relevant checks are the mailbox time zone, the mailbox working-hours time zone, and the device time zone.
- Verify the device time zone on the affected PCs.
- In Windows: Settings > Time & language > Date & time.
- Confirm the correct Time zone is selected.
- If needed, turn Set time zone automatically off and manually select the correct zone.
- Restart Teams after confirming the OS time zone.
- Teams reflects device time zone changes, but a restart may be required before the change appears.
- Check the affected users’ Exchange Online mailbox working-hours time zone.
- This is important because incorrect attendee time zone and scheduling behavior can come from mailbox calendar settings.
- In Exchange Online PowerShell, run:
Get-MailboxCalendarConfiguration -Identity <user> | FL WorkingHoursTimeZone- If the returned value is wrong, update the mailbox settings.
- Check and correct mailbox regional time zone settings if needed.
- For multiple affected mailboxes, Exchange Online supports bulk correction with PowerShell.
- Example pattern:
Replace the recipient type and time zone with the correct values for the affected users.$users = Get-Mailbox -ResultSize unlimited -Filter{(RecipientTypeDetails -eq <UserMailbox>)} $users | %{Set-MailboxRegionalConfiguration $_.Identity -TimeZone <Pacific Standard Time>} - If Teams still shows Pacific time after the device and mailbox settings are confirmed, treat it as a likely sync or account-specific issue.
- A reported troubleshooting path for this scenario is to clear the Teams cache and test again.
- If the issue persists, open a support request in Microsoft 365 Admin Center > Support > New Service Request, because this can indicate a backend synchronization issue.
For the scheduling symptom specifically, corrupted calendar settings can cause Outlook on the web or new Outlook to show an attendee in the wrong time zone even when both users are actually in the same zone.
- Meeting shows an incorrect time zone for an attendee
- Time zone settings are incorrect or missing for multiple mailboxes in Microsoft 365
- Change settings in Microsoft Teams
- Set time, date, and time zone settings in Windows
- How to change Time Zone on MS Teams for specific employee - Microsoft Q&A @MICROSOFTTEAMS
- Wrong Time Zone in Teams - Microsoft Q&A