Howard Chu writes:It is your application's responsibility to convert between local time and GMT when interacting with the directory.
Remember that LDAP is a wide area system, accessible from anywhere in the world. Storing local time in the directory would be meaningless for clients that don't understand your timezone's rules, but all computer systems know how to handle GMT.
That's not right. Remember that the Generalized Time syntax (used by e.g. modifyTimestamp) requires a suffix with the timezone: Either 'Z' for GMT, or '+/-hh[mm]'.
That's true, yes.
Clients don't need to know any particular timezone's rules to handle that, they only need to know how to convert between specified timezones.
-- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/