By: Philip Feliprada user 10 Apr 2018 at 3:52 a.m. CDT

2 Responses
Philip Feliprada gravatar
Hi again, I would like to ask something about an attribute with a data type of date. I tried to add oxPasswordExpirationDate in the attributes and was successful to do so. The problem is that when I add the said attribute for a user there is an error of "Failed to create the user" I followed the ISO8601 format but still having the error. Also tried to add birthdate and I am getting the same error. Any ideas are highly appreciated. Thank you! Regards, Philip

By Thomas Gasmyr Mougang staff 10 Apr 2018 at 5:47 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi **Feliprada**, Correct formats for date are: 1. yyyymmddhhmmss.ffffff (local time) 1. yyyymmddhhmmss.ffffffZ (GMT) 1. yyyymmddhhmmss.ffffff-hhmm (Time zone west) 1. yyyymmddhhmmss.ffffff+hhmm (Time zone east) The seconds (ss) and microseconds (ffffff) can be omitted and defaults to 0. Samples: 1. 20170907123010.0Z 1. 198004111530.0Z Thanks, Gasmyr.

By Philip Feliprada user 10 Apr 2018 at 8:19 p.m. CDT

Philip Feliprada gravatar
Thank you Gasmyr! Will try these things out and will be closing this ticket as well.