Enter the following command in powershell after connecting to 365. In the example below we are settng the user to Pacific time.
Get-Mailbox -Filter {RecipientTypeDetails -eq 'UserMailbox'} | Set-MailboxRegionalConfiguration -TimeZone "Pacific Standard Time" –Language en-US