How to change time zone in zoho mail

To change the time zone in Zoho Mail, you can follow these steps:

Method 1: Using the Zoho Mail Web Interface

  1. Log in to your Zoho Mail account.
  2. Click on the gear icon () in the top right corner of the page.
  3. Select "Settings" from the dropdown menu.
  4. Scroll down to the "General" section.
  5. Click on the "Time Zone" dropdown menu.
  6. Select your desired time zone from the list.
  7. Click "Save" to save your changes.

Method 2: Using the Zoho Mail Mobile App

  1. Open the Zoho Mail mobile app on your device.
  2. Tap on the three horizontal lines () in the top left corner of the screen.
  3. Tap on "Settings" from the menu.
  4. Scroll down to the "General" section.
  5. Tap on "Time Zone".
  6. Select your desired time zone from the list.
  7. Tap "Save" to save your changes.

Method 3: Using the Zoho Mail API

If you're using the Zoho Mail API to integrate Zoho Mail with your application, you can change the time zone using the following API endpoint:

https://www.zoho.com/mail/api/settings/timezone

You can send a PUT request to this endpoint with the following JSON payload:

{
  "timezone": "America/New_York" // Replace with your desired time zone
}

Make sure to replace America/New_York with your desired time zone.

After changing the time zone, all your emails, calendar events, and other time-related settings will be adjusted accordingly.