in reply to •Re: Simple date calcin thread Simple date calc
Time::tm=ARRAY(0x400978cc) [download]
use Time::localtime; $offset = time(); @yesterday_values = localtime($offset); print "@yesterday_values\n" [download]