Re: [racket] make-date without calculating week-day and year-day

2014-12-24 Thread Stephen De Gabrielle
wrote: > In my experience they are always ignored. > > http://stackoverflow.com/questions/12023846/trying-to- > create-a-date-from-a-string-in-racket-find-seconds-very- > slow-week-d/12047232#12047232 Thanks Greg, Much appreciated Happy Hannuka/Merry Christmas to everybody. Stephen On Tue De

[racket] make-date without calculating week-day and year-day

2014-12-23 Thread Stephen De Gabrielle
Hi, Is the version of make-date that doesn't require calculating the week-day and year-day? (struct date (second minute hour day month year week-day year-day dst? time-zone-offset)) It looks like I can put any old value in the week-day and year-day fields, but I'm nervous about this. > (define d