Hello all,<br><br>1. Some data &#39;expires&#39; after 24 hours. So when the object is initialized, I do:<br>   creationDate: Date today.<br><br>And there is a method to check if the data is expired, like this:<br>   ^self creationDate &gt; (creationDate addDays: 1)<br>
<br>But when thinking it over, I&#39;m wonder what happens when the object is created at 23:59, and at 00:01 I check this property. Will it be &#39;expired&#39;? Or should I use a Time object instead? The problem with that is that time only runs daily from 00:00 - 23:59, so using Time alone I also can&#39;t check the 24 hours, or can I?<br>
<br>2. When I was debugging this, I wanted to look up the Date object in de OB System Browser. But I can&#39;t find it the object. It is probably hidden somewhere in a package, but I don&#39;t know which one. What is the best way to search for an object?<br>
<br>3. I would like to create a pdf file. What is the best way to do it? I asked a question about where to find the SPDF library, but I didn&#39;t get an answer. Are there other options?<br><br>4. I&#39;m using an alias (Van Upboy) to access this list. What is common practice? Do ppl use their real names? The problem I have with that is that I don&#39;t like the idea that all these mailings will end up on the Internet with my name, so I rather not use it. The problem with an alias is that would rather use my real name, it is more personal.<br>
<br>Any help is appreciated, thanks!<br>