RE: Date math with UTC Coded Time

2009-02-04 Thread Ken Cornetet
Solutions US) Sent: Wednesday, February 04, 2009 1:34 PM To: activeperl@listserv.ActiveState.com Subject: RE: Date math with UTC Coded Time Thanks Bill. I was able to do something like that with the long integer for pwdLastSet, but I'm having trouble getting a usable value. I can't seem t

RE: Date math with UTC Coded Time

2009-02-04 Thread Deans, Glenn (IT Solutions US)
317948) $recset->MoveNext; } Am I just trying to access the returned value improperly? Glenn -Original Message- From: Bill Luebkert [mailto:dbec...@roadrunner.com] Sent: Tuesday, February 03, 2009 7:54 PM To: Deans, Glenn (IT Solutions US) Cc: activeperl@l

Re: Date math with UTC Coded Time

2009-02-03 Thread Bill Luebkert
Deans, Glenn (IT Solutions US) wrote: > Can anyone give me some direction for handling the UTC Coded time? I > think I'm just missing something obvious, but I just can't get this into > a useable format for doing any kind of date math. I know nothing of ADO, but given an epoch time or a UTC time,

Re: Date math with UTC Coded Time

2009-02-03 Thread Lyle
ans, > Glenn (IT Solutions US) > Sent: Tuesday, January 27, 2009 3:15 PM > To: activeperl@listserv.ActiveState.com > Subject: Date math with UTC Coded Time > > I'm tasked with obtaining a list of all systems in AD where the > modifyTimeStamp is older than 90 days. Fairly e

RE: Date math with UTC Coded Time

2009-02-03 Thread Deans, Glenn (IT Solutions US)
utions and Services Urbana, OH USA -Original Message- From: activeperl-boun...@listserv.activestate.com [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Deans, Glenn (IT Solutions US) Sent: Tuesday, January 27, 2009 3:15 PM To: activeperl@listserv.ActiveState.com Subject: Date

Date math with UTC Coded Time

2009-01-27 Thread Deans, Glenn (IT Solutions US)
I'm tasked with obtaining a list of all systems in AD where the modifyTimeStamp is older than 90 days. Fairly easy to re-use some code and do some simple date math, right? I seem to be able to access the value from an ADO query, but it doesn't always display properly, even if I use Win32::OLE::Va