I found this script that requires the end date to be formatted in perl's time. Does anyone have a way to convert normal time and date to?
There example:
$endtime = 847443600;
# Time it ends (as returned by perl's time command)
Thanks in advanced for any help.