0
Completed

Allow GeneralizedTime formatted dates to be read back into Identity Broker

Matthew Clark 13 years ago updated by anonymous 8 years ago 3

As part of IDB-125, the GeneralizedTime format is successfully generated by the compliant LDIF adapter for DateValue and TimestampValue types. The .NET DateTime conversion does not recognize this format, and fails to convert the value to the respective value type when reading LDIF back in. These validators must be updated to support this format.

Updated original estimate.

Generalized Time format is now read through and successfully parsed to a DateTime. Local representations are converted and stored as UTC. Unit tested. Please confirm resolution.