IRC channel logs
2026-01-28.log
back to list of logs
<ray1729>graywolf: could you use the built-in strptime or do you need something more sophisticated? <janneke>identity: it seems to work for me... <identity>janneke: (string->date "2026" "~Y") fails for me with «In procedure -: Wrong type argument in position 2: #f», with the stack being (string->date …) → (date->time-utc #<date … year: 2026 …>) → (encode-julian-day-number …) → (raise-exception _) <janneke>identity: ouch! this worked for me: (string->date "Wed Jan 28 2026" "~a ~b ~d ~Y") <janneke>and, your example breaks for me too, on 3.0.9