Converting date-time in RFC-822 format to zoho-date time format?
I am trying to convert the response from an api which is like
2012-07-17T13:41:01Z (RFC-822 format) to zoho-date time format.But on using toDateTime() function,the result seems different.The time part is always 00:00:00 but getting date right.Is there any other way to achieve the right time or date-time such that I can use it in my script? Or is there any need to change some settings with the platform?