Unsupported timezones

46 views
Skip to first unread message

Rachel Carvalho

unread,
Feb 8, 2016, 1:07:20 PM2/8/16
to AdWords API Forum
Hi! I'm starting to implement an Adwords integration in my application and I ran into some time zones that were not available in your official list (https://developers.google.com/adwords/api/docs/appendix/timezones).

Most of them I can map to an equivalent time zone, but I could not find one for Asia/Kolkata (GMT ‎+05:30)

Here's my current mapping:
{
  'Etc/UTC' => 'Etc/GMT',
  'Europe/Volgograd' => 'Europe/Moscow',
  'Asia/Kolkata' => '?',
  'Asia/Kathmandu' => 'Asia/Katmandu',
  'Asia/Srednekolymsk' => 'Pacific/Norfolk',
}

Is there another timezone I could use in place of Europe/Kolkata?

Thank you!

Yin Niu

unread,
Feb 8, 2016, 3:38:43 PM2/8/16
to AdWords API Forum
Hello,

You could use Asia/Calcutta. Culcutta and Kolkata are the same city. 

Thanks,
Yin, AdWords API Team. 

Rachel Carvalho

unread,
Feb 9, 2016, 2:21:54 PM2/9/16
to AdWords API Forum
Thank you for the fast answer!
Reply all
Reply to author
Forward
0 new messages