ldb: lay foundation for proper utc/generalized time handling
authorMatthieu Patou <mat@matws.net>
Fri, 18 May 2012 06:57:55 +0000 (23:57 -0700)
committerMatthieu Patou <mat@matws.net>
Sat, 23 Jun 2012 06:22:03 +0000 (23:22 -0700)
commit1c850b2f173678b0df7a2619024baf2d94011a7b
tree0817beac84234110e08d3d0edca0052aa7a8a4de
parent884d66d959e2eaa384bf9af6230ffb589a581b13
ldb: lay foundation for proper utc/generalized time handling

We use to handle UTCtime and generalized time the same way. The thing is
that it's not the case, they are different in the way they are set (most
of the time) with different format and also stored and return in
different format too.
lib/ldb/common/attrib_handlers.c
lib/ldb/common/ldb_msg.c
lib/ldb/include/ldb.h