Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Time zone


Internet standard. The geographic region that observes a uniform standard time expressed as an offset from the Coordinated Universal Time.

Within a given geographic region that runs along longitude and country borders from north to south, the same time is observed.


Use of time zones in Twilio SendGrid

use-of-time-zones-in-twilio-sendgrid page anchor

Twilio SendGrid console

twilio-sendgrid-console page anchor

When you create your Twilio SendGrid account, you set the time zone for your account. All times displayed in the console and for email scheduling apply this time zone. To visualize time zones, you can use the World Time Zone map(link takes you to an external page) or worldtimebuddy(link takes you to an external page).

(information)

Time zone example

If you set your time zone to US Central Time (UTC-06:00), all times in the Twilio SendGrid console and in your scheduled email messages show as US Central Time.

Twilio SendGrid API and event listings

twilio-sendgrid-api-and-event-listings page anchor

When you use the API or look at event listings, times display as a sequence of numbers. This is the number of seconds since midnight UTC on January 1, 1970. This specific time is known as the UNIX Epoch, and the number is called the Unix Timestamp(link takes you to an external page).

To convert between the UNIX timestamp and a conventional date and time, use the UNIX Timestamp Converter(link takes you to an external page) or Epoch Converter(link takes you to an external page).

  • When scheduling Marketing Emails, you can specify a timezone when you schedule the email to go out.
  • If you don't specify the timezone, Twilio SendGrid uses current Pacific Time (UTC-7 or UTC-8, depending on daylight savings time).
  • When viewing the campaigns, times display as "Sent on 8:35 AM UTC -0700".
    This means that the campaign was sent at 8:35am in the "UTC -0700" timezone (aka MST or PDT) not at 8:35am minus 7 hours.