Class GeneralizedTimeNormalizer

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public class GeneralizedTimeNormalizer
    extends Normalizer
    Normalizer which normalize a time following those rules :
    • if minutes are ommited, then they are replaced by 00
    • if seconds are ommited, then they are replaced by 00
    • if fraction is 0 or omitted, it is replaced by 000
    • the time is supposed to be expressed in Zulu (GMT), so increment is applied to hours/days/yeah, and a Z is added at the end
    Note : there is no Substring for this type of values.
    Author:
    Apache Directory Project
    See Also:
    Serialized Form