[Zope3-dev] Dates and times
Barry A. Warsaw
barry@zope.com
Fri, 15 Nov 2002 10:41:50 -0500
>>>>> "MG" == Marius Gedminas <mgedmin@codeworks.lt> writes:
MG> A separate 'time of day' class would be different from
MG> timedelta in that it is "anchored" to to the beginning of a
MG> day (not a specific day, but any day).
That turns out to be pretty useful, for cron-like applications, or say
things like calendar repeats (e.g. Guido's birthday is the same day
every year, or Tim's lunch reminder needs to happen at 12:30 every
weekday).
-Barry