FusionDirectory
|
LdapGeneralizedTime allows you to convert from and to LDAP GeneralizedTime format PHP DateTime objects. More...
Go to the source code of this file.
Data Structures | |
class | LdapGeneralizedTime |
LdapGeneralizedTime allows you to convert from and to LDAP GeneralizedTime format PHP DateTime objects. More... | |
LdapGeneralizedTime allows you to convert from and to LDAP GeneralizedTime format PHP DateTime objects.
ABNF syntax was taken from RFC 4517 - https://tools.ietf.org/html/rfc4517#page-13
Examples: '199412161032Z' '199412160532-0500' '1994121610Z' '19941216101212Z' '19941216101260Z' -> becomes 19941216101300Z '19941216101255,5Z'
Definition in file class_ldapGeneralizedTime.inc.