ACS custom fields Date

You must Login before you can answer or comment on any questions.

Hello everyone,

I'm devloping a native android app which uses the ACS.

I would like to add custom field to my users table which holds Date type. I've followed the documantion and inserted a string in the right format.

In my ACS management web UI, I can see the added custom field like that:

custom_fields birthday "1992-06-22T15:02:56-0430"

Does it mean that my string was converted to Date type on the Appcelerator Cloud Services backend?

Thanks!

2 Answers

yes, it has been converted, is that what you intended?

I am having an issue where I sent the date to the sever as: Sun Nov 11 22:00:00 GMT-0500 2012

ACS gratiously converts it to: 2012-11-11T22:00:00+0000 and it ignores the fact it's GMT-0500 and replacesthe time zone with +0000 instead of -0500. What am I missing?

Your Answer

Think you can help? Login to answer this question!