<div>Hi, </div><div>Is the version of make-date that doesn't require calculating the week-day and year-day?</div><div><br></div><div>(struct<span style="white-space:pre-wrap"> </span>date (second <span style="font-size:13.3333339691162px">minute </span><span style="font-size:13.3333339691162px">hour </span><span style="font-size:13.3333339691162px">day </span><span style="font-size:13.3333339691162px">month </span><span style="font-size:13.3333339691162px">year </span><span style="font-size:13.3333339691162px">week-day </span><span style="font-size:13.3333339691162px">year-day </span><span style="font-size:13.3333339691162px">dst? </span><span style="font-size:13.3333339691162px">time-zone-offset))</span></div><div><span style="font-size:13.3333339691162px"><br></span></div><div><span style="font-size:13.3333339691162px">It looks like I can put any old value in the </span><span style="font-size:13.3333339691162px">week-day and </span><span style="font-size:13.3333339691162px">year-day fields, but I'm nervous about this.</span></div><div><span style="font-size:13.3333339691162px"> </span></div><div><div>> (define d (make-date 0 0 0 1 1 2015 0 40 #f 0))</div><div>> d</div><div>(date 0 0 0 1 1 2015 0 40 #f 0)</div><div>> (date->string d)</div><div>"Sunday, January 1st, 2015"</div><div>> </div></div><div><br></div><div>Thanks, </div><div><br></div><div>Stephen</div>