Issue #217 has been updated by Rémy-Christophe Schermesser.
Jonathan Clarke wrote: > Do you think these are useful as is, or should they accept/return different > formats? Maybe LDAP formatted dates such as used by OpenLDAP, etc? Maybe, we can add a generic method, which takes two parameters : One date, one constant for the output format ? And if needed we add helpers method for a specific destination. And I love your #762 commit, little code, a lot of tests :) ---------------------------------------- Feature #217: Methods to convert to and from Active Directory date/time fields http://tools.lsc-project.org/issues/217 Author: Jonathan Clarke Status: Feedback Priority: Normal Assigned to: Jonathan Clarke Category: Core Target version: 1.3.0 Active Directory stores dates in number of 100-nanosecond ticks since 1 January 1601 00:00:00 UT. Unix usually stores dates as the number of seconds elapsed since the start of the epoch at 1 January 1970 00:00:00 UT (see http://en.wikipedia.org/wiki/System_time). I'm adding some methods in the org.lsc.utils.AD class to convert between the two. Do you think these are useful as is, or should they accept/return different formats? Maybe LDAP formatted dates such as used by OpenLDAP, etc? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

