The numeric part of the filename is a unix time (number of seconds since the Epoch). If you're on a unix box (or mac os X), there are a number of command-line ways to convert it. Here's a quick one:
> tclsh
% clock format 1166569200
Tue Dec 19 18:00:00 EST 2006
On windows, I think there's an excel function you can use but can't recall it off hand.
> tclsh
% clock format 1166569200
Tue Dec 19 18:00:00 EST 2006
On windows, I think there's an excel function you can use but can't recall it off hand.