[EMAIL PROTECTED] (Johan Vromans) writes:

> > A list of date/time values is returned. The ordering and format of these
> > values has been radically changed to reflect what most of us probably
> > view as "ordinary":
> > 
> >    ($mday, $mon, $year, $hour, $min, $sec, $msec, $nsec,
> >     $wday, $yday, $isdst, $isutc, $tz) = date;
> > 
> > This ordering is very easy to remember, in my opinion,
> 
> I'd argue that 
> 
>     ($year, $mon, $mday, $hour, $min, $sec, $msec, $nsec,
> 
> is much easier to remember, since it is a series of continuous
> decrasing magnitudes.

Yes! Yes!

How about using a float (fractional second) instead of $msec, $nsec.

--Gisle

Reply via email to