From: Mike S. <m...@pe...> - 2006-06-27 14:27:36
|
On Mon, 26 Jun 2006, Robert Jacobson wrote: > I think the day of year format has an off-by-one problem. This is a > classic error when using localtime, as the range returned by > localtime is not expected -- it is 0..364 (or 0..365 in leap years.) > instead of 1-365 (1 - 366 in leap years) Patch applied, will be part of 1.06, thanks! -- Mike Mike Schilli m...@pe... |