Andrew Sterling Hanenkamp schreef: > my $ad_date_format = DateTime::Format::Epoch->new( > epoch => $epoch, unit => 1e7, type => 'bigint', skip_leap_seconds > => 1, > local_epoch => undef);
Just a small question: are you sure that the Active Directory count is in UTC? The DotNet count is in local time, and the module OLE::Storage::Lite also converts these values to local time. Eugene