On Wed Sep 22 07:53:09 2010, SBECK wrote:
Show quoted text> My vision of Date::Manip is to be able to do everything that we (as
> humans) do with calendars and clocks. Although we do work with very
> precise times occasionally (especially in a scientific setting, or when
> we're timing how fast someone runs 100 meters), it is extremely rare
> that we mix dates with those specific times. It is almost unheard of for
> a normal person to care that an even occured on Jan 15, 2009 at
> 09:30:45.1253255 .
It may be rare for humans to do this, but it is not rare for computers
to do this.
An general example of why this is important is when recording logs of
changes in a computerized setting. There can be multiple modifications,
for example, to a database in a single second. If that database is
replicated, then knowing the time differential between events is
extremely important.
Limiting your module to just what humans do on an average basis is
severely limiting in scope, particular given that what your module does
is run on computers...