Question
Time zone settings not reflected via api
I have modified the time zone to IST (+5:30) at two places as suggested in the help articles.
1. Admin -> Location -> Time Zone
2. User -> My account -> Location -> Time Zone
But when I invoke the getMObjects API on opportunity, I'm getting the time zone for externalCreatedDate as EST(-05:00) instead of IST(+05:30).
1. Admin -> Location -> Time Zone
2. User -> My account -> Location -> Time Zone
But when I invoke the getMObjects API on opportunity, I'm getting the time zone for externalCreatedDate as EST(-05:00) instead of IST(+05:30).
<attrib>
<name>ExternalCreatedDate</name>
<value>2013-10-25T07:45:44-05:00</value>
</attrib>
How can I get the time zone for datetime fields returned in API same as the time zone set in the portal?
How can I get the time zone for datetime fields returned in API same as the time zone set in the portal?