<br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 6:16 PM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div class="Ih2E3d">
> I noticed that date->seconds can return numbers outside of the range for<br>
> seconds->date, and wonder whether seconds->date can be expanded to handle<br>
> the greater range easily.<br>
<br>
</div>Do you mean `date->seconds' or `find-seconds'? I don't think<br>
`find-seconds' can return an out-of-range result, because it uses<br>
`seconds->date' to find a match. But maybe you mean a `date->seconds'<br>
function that I don't know.<br>
<font color="#888888"></font></blockquote><div><br>My bad. I forgot date->seconds is a wrapper I created on srfi/19's date->time-utc.<br><br>So is this only fixable when the 2038 bug is addressed? Thoughts on integrating srfi/19 into core?<br>
</div></div><br>Thanks,<br>yc<br><br>