Hello, What is the time zone used for the Time (In <SubmissionTime>, <CompletionTime>, etc.., tags) in the Response XML & status XML for SMS
All times returned by the API are in standard ISO-8601 time format (see http://www.w3.org/TR/xmlschema-2/#isoformats).
We usually format the times in UTC time with the "Z" suffix, but most XML toolkits will allow you to parse and convert the time to any timezone of your choice.
Dear Sam,Thanks a lot for the response.Could you please share the default time zone which will be used by EasyLink while sending the response to us.
Thanks in advance.
Regards
Balaji Sivaprakasam
As I indicated - you should not make assumptions about what time zone is provided, but rather your code should parse the ISO 8601 time formatted string that is returned to you, and convert it to your own desired time zone.
We usually use UTC, but you shouldn't rely on that being the case in all situations.