Just to give you a fast review of what I remember (I developed the model that Maxi Taborda converted into Chalten):<br>1) Chronos supports many calendars, Chalten only the Gregorian Calendar<br>2) Chronos supports time zones, Chalten does not
<br>3) Choros is huge (as you mentions), Chalten is more manageable (because it just model the Gregorian Calendar)<br>4) Chronos lacks some abstractions that Chalten has, like Day of Month and others (I don&#39;t remember now...there are a couple of mails that I and the guy that created Chronos wrote about these issues, like one year ago)
<br>5) Chalten is based on a arithmetic model that allows you to represent time measurements easily (like 3 days, 5 months, etc). These objects are polymorphic with numbers respect to the arithmetic messages such as +, -, *, etc., that means that you can use them in arithmetic formulas
<br>5) And of course, I like Chalten&#39;s model more that Chronos :-). For me it is easier to use, but this is just a matter of taste...<br><br>There is a paper we wrote 2 years ago about the problems that the Smalltalk date classes have and the advantages of having a better model. If you are interested on having better date and time classes, I recommend you to read the paper... you may not like it, but at least you will see other people ideas...
<br>We use that model (Chalten) in a production system and we believe it allowed us to avoid many common mistakes related to financial systems.... but hey, that&#39;s just a feeling, nothing I can prove formally.<br><br>I hope you can do something useful.
<br>Bye,<br>Hernan.<br><br><br><div><span class="gmail_quote">On 4/16/07, <b class="gmail_sendername">J J</b> &lt;<a href="mailto:azreal1977@hotmail.com">azreal1977@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have looked at Cronos but it is really huge, and the classes that come<br>with the image are already very close.&nbsp;&nbsp;I will have to look at Chalten, but<br>what is wrong with a few upgrades to the classes that come with Squeak?
<br><br>&gt;From: &quot;Hernan Wilkinson&quot; &lt;<a href="mailto:hernan.wilkinson@gmail.com">hernan.wilkinson@gmail.com</a>&gt;<br>&gt;Reply-To: The general-purpose Squeak developers<br>&gt;list&lt;<a href="mailto:squeak-dev@lists.squeakfoundation.org">
squeak-dev@lists.squeakfoundation.org</a>&gt;<br>&gt;To: &quot;The general-purpose Squeak developers<br>&gt;list&quot;&lt;<a href="mailto:squeak-dev@lists.squeakfoundation.org">squeak-dev@lists.squeakfoundation.org</a>&gt;
<br>&gt;Subject: Re: Date classes<br>&gt;Date: Mon, 16 Apr 2007 14:28:09 -0300<br>&gt;<br>&gt;Before doing something with Date, I recommend you to take a look at<br>&gt;&quot;Chalten&quot; or &quot;Cronos&quot;. Chalten is in SqueakSource.... I think Cronos too.
<br>&gt;<br>&gt;Hernan.<br>&gt;<br>&gt;On 4/16/07, J J &lt;<a href="mailto:azreal1977@hotmail.com">azreal1977@hotmail.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;Hi all,<br>&gt;&gt;<br>&gt;&gt;I am doing some stuff with dates and I noticed the date classes that come
<br>&gt;&gt;with the default Squeak image are very nice and very close to having<br>&gt;&gt;everything I would want.&nbsp;&nbsp;But there are a few inconsistencies here and<br>&gt;&gt;there, and things missing that would make things easier.
<br>&gt;&gt;<br>&gt;&gt;So what is the procedure to updating this?&nbsp;&nbsp;I think it&#39;s part of the core<br>&gt;&gt;system so I probably can&#39;t just do a monicello package update<br>&gt;&gt;somewhere?&nbsp;&nbsp;Do<br>&gt;&gt;I have to do it through mantis?
<br>&gt;&gt;<br>&gt;&gt;Thanks,<br>&gt;&gt;Jason<br>&gt;&gt;<br>&gt;&gt;_________________________________________________________________<br>&gt;&gt;Download Messenger. Join the i&#39;m Initiative. Help make a difference today.
<br>&gt;&gt;<a href="http://im.live.com/messenger/im/home/?source=TAGHM_APR07">http://im.live.com/messenger/im/home/?source=TAGHM_APR07</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br><br><br>&gt;<br><br>_________________________________________________________________
<br>Get a FREE Web site, company branded e-mail and more from Microsoft Office<br>Live! <a href="http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/">http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/</a>
<br><br><br></blockquote></div><br>