in reply to Re^2: Converting a Date/Time
in thread Converting a Date/Time
Date::Parse provides str2time to convert a time string into a "Unix time" (time in seconds) and strftime from the POSIX module is often used to convert a "Unix time" back into a string.