Last month, I submitted a patch that added the following text to the `localtime' and `gmtime' sections of perlfunc.pod: > +0 indicating Sunday and 3 indicating Wednesday. $yday is the day of > +the year, in the range C<1..365> (or C<1..366> in leap years.) I got a chance to try ActivePerl last week, and it appeared that the $yday range was 0..364, not 1..365. Can someone confirm this? It is not mentioned in perlport. I wish I could suggest that Perl increment the yday value on Windows machines, but I guess it's probably much too late for that.Thread Previous | Thread Next