For a starting point on LDAP filters, try this: faq774-5667
You're question is interesting, because I've never had to query a "UTC Coded Time" attribute. (at least not that I can remember) So I pulled a book off my shelf and it gave me the exact answer...
QUOTE:
[tt]Generalized Time String. The form of the value in a filter is either "YYYYMMDDHHMMSS.0Z" or "YYYYMMDDHHMMSS.0[+/-]HHMM". The "Z" in the former form means "no time differential"; that is, the time is in GMT/UTC time. The latter form includes a time zone differential to GMT/UTC. For example, Finland is 2 hours ahead of GMT/UTC. If you want to list objects that were created on or after February 26, 2001, 3:20PM (local time), you would use the filter (whenCreated>=20010226132000.0+0200). The same filterusing the GMT/UTC time would be (whenCreated>=20010226132000.0Z). (S. Kouti, M. Seitsonen, Inside Active Directory: An administrator's guide, 2nd Ed. (Addison-Wesley, 2005), 607-608)[/tt]
From this lesson, we can quickly build an LDAP filter to find all computers created since 1/1/2008:
(&(objectClass=computer)(whenCreated>=20080101000000.0Z))
We can then take this filter and put it into LDIFDE or CSVDE and extract the data from AD:
ldifde -f dump.txt -r "(&(objectClass=computer)(whenCreated>=20080101000000.0Z))" -l "whenCreated"
PSC
Governments and corporations need people like you and me. We are samurai. The keyboard cowboys. And all those other people out there who have no idea what's going on are the cattle. Mooo! --Mr. The Plague, from the movie "Hackers