on Mon, 26 Aug 2002 12:43:17 GMT, [EMAIL PROTECTED] (Jim-Cont 
Flaherty) wrote:

> What perl module converts unix time to regular time and date ?

If you mean with 'unix time' seconds since epoch, and with 'regular 
time' year, month, day, hour, min and sec, you don't need a module.

See 

        perldoc -f localtime
        perldoc -f gmtime

for these built-in functions.

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to