<div><br></div><div><<a href="mailto:greghendershott@gmail.com">greghendershott@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">In my experience they are always ignored.<br><br><a href="http://stackoverflow.com/questions/12023846/trying-to-create-a-date-from-a-string-in-racket-find-seconds-very-slow-week-d/12047232#12047232" target="_blank">http://stackoverflow.com/<u></u>questions/12023846/trying-to-<u></u>create-a-date-from-a-string-<u></u>in-racket-find-seconds-very-<u></u>slow-week-d/12047232#12047232</a></blockquote><div> </div></div>Thanks Greg, <div>Much appreciated</div><div><br></div><div>Happy Hannuka/Merry Christmas to everybody.</div><div><br></div><div>Stephen</div><div><br><div class="gmail_quote">On Tue Dec 23 2014 at 12:40:55 Greg Hendershott <<a href="mailto:greghendershott@gmail.com">greghendershott@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In my experience they are always ignored.<br>
<br>
<a href="http://stackoverflow.com/questions/12023846/trying-to-create-a-date-from-a-string-in-racket-find-seconds-very-slow-week-d/12047232#12047232" target="_blank">http://stackoverflow.com/<u></u>questions/12023846/trying-to-<u></u>create-a-date-from-a-string-<u></u>in-racket-find-seconds-very-<u></u>slow-week-d/12047232#12047232</a><br>
<br>
On Tue, Dec 23, 2014 at 5:34 AM, Stephen De Gabrielle<br>
<<a href="mailto:spdegabrielle@gmail.com" target="_blank">spdegabrielle@gmail.com</a>> wrote:<br>
> Hi,<br>
> Is the version of make-date that doesn't require calculating the week-day<br>
> and year-day?<br>
><br>
> (struct date (second minute hour day month year week-day year-day dst?<br>
> time-zone-offset))<br>
><br>
> It looks like I can put any old value in the week-day and year-day fields,<br>
> but I'm nervous about this.<br>
><br>
>> (define d (make-date 0 0 0 1 1 2015 0 40 #f 0))<br>
>> d<br>
> (date 0 0 0 1 1 2015 0 40 #f 0)<br>
>> (date->string d)<br>
> "Sunday, January 1st, 2015"<br>
>><br>
><br>
> Thanks,<br>
><br>
> Stephen<br>
><br>
> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
><br>
</blockquote></div></div>