Help for this page
$time{month} = 'Dec'; $time{day} = 12; ... $time{hour} = 14; $time{minutes} = 0; $time{seconds} = 0;
%time = ( month => 'Dec', ... minutes => 0, seconds => 0, );