[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
- Re: RFC 48 (v1) Replace loca... Tim Jenness
- Re: RFC 48 (v1) Replace loca... Andy Dougherty
- Re: RFC 48 (v1) Replace loca... Jonathan Scott Duff
- Re: RFC 48 (v1) Replace loca... Dan Sugalski
- Re: RFC 48 (v1) Replace localtim... Glenn Linderman
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Nathan Wiger
- Re: RFC 48 (v1) Replace localtime() and gmtim... Jonathan Scott Duff
- Re: RFC 48 (v1) Replace localtime() and gmtim... Johan Vromans
- Re: RFC 48 (v1) Replace localtime() and g... Andy Dougherty
- Re: RFC 48 (v1) Replace localtime() and gmtim... Bart Lateur
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Gisle Aas
- Re: RFC 48 (v1) Replace localtime() and gmtim... Bryan C . Warnock
- Re: RFC 48 (v1) Replace localtime() and gmtim... Nathan Wiger
- Re: RFC 48 (v1) Replace localtime() and gmtime() with ... Russ Allbery
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Jonathan Scott Duff
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Jarkko Hietaniemi
- Re: RFC 48 (v1) Replace localtime() and gmtime() with ... Damian Conway
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Nathan Wiger
- Re: RFC 48 (v1) Replace localtime() and gmtime() ... Bart Lateur
- Re: RFC 48 (v1) Replace localtime() and gmtim... Nathan Wiger