Hi , when i use zoho currenttime it give me the date/time in
24-Jan-2019 06:16:49
but zoho crm data/time field require the format in
24-Jan-2019T06:16:49-06:00 how i can convert the current time into the zoho date time format ?
info zoho.currenttime.toString("dd-MM-yyyy'T'HH:mm:ssZ");
the problem is the format is coming as this
24-01-2019T06:26:17-0800
but ZOHO datetime require like this
24-01-2019T06:26:17-08:00
how i can add the : in timezone like this
before :
-0800
after :
-
08:00