[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapsearch in OL 2
Peter W wrote:
>
> So use a generic integer match. That's what we're doing. We've got a few
> attributes in a custom schema for time values, and have opted to use the
> Unix standard seconds-since-epoc instead of the LDAP standard.
How do you store a date before 1970-01-01? Off course you can argue
that *your* applications don't need to do that.
> don't like it. time()/gmtime()/localtime()/strftime()/mktime()
> all provide very good time functions as-is.
Depends whether and how they are implemented which is highly
platform-specific.
Ciao, Michael.