Outlook 2016 (office 365) using incorrect time zone for emails

microsoft-office-2016microsoft-office-365outlookoutlook-2016timezone

I have two users in Taipei time zone.

Both are using PCs with system time correctly set to Taipei time.

Both have an Office 365 E3 Enterprise account on the same tenant and have Office 2016 installed.

Both use Outlook 2016 for their email needs and connect to the same on-premises Exchange server.

For one user, all time stamps on email display correctly with Taipei time.

For the other user, all time stamps on email seem to be using PST time.

Why?

Everything I google seems to reference time zones in Outlook's calendar functions, but they don't even use their calendars. This is only in reference to the email time stamps.

Best Answer

TimeZone is set in Exchange configuration. It is queried using Get-MailboxRegionalConfiguration, and configured using Set-MailboxRegionalConfiguration.

A user guide to modifying localization settings in Office 365 is here: Change your display language and time zone in Office 365

This is typically setup during FirstRun if a user first logs into OWA.

Related Topic