DiffElapsed time between unix timestamps help needed...

Does anyone know a perl script/utility/etc. to calculate the time in seconds between two unix time stamps?

Any help will be appreciated.

-bozzhawg

You have several options...

Take a look at a sample script at...

Also, you can use the Perl time modules bundle
which contains... Time::CTime,
Time::JulianDay, Time::ParseDate, Time::Timezone,
and Time::DaysInMonth

See...
http://www.perl.com/pub/r/771