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) <https://en.wikipedia.org/wiki/Asia/Kolkata>

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!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8a74a8a2-0321-433d-9683-72d94d184053%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to