X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1cefca6bb1a10d1e546d9a399299813645f0aac0..5cefc8c1f8a7656ad316e65c1ce392b3dc21b389:/time64.c diff --git a/time64.c b/time64.c index e1ceddf..9faab10 100644 --- a/time64.c +++ b/time64.c @@ -543,7 +543,7 @@ static struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm) /* GMT is Jan 1st, xx01 year, but localtime is still Dec 31st in a non-leap xx00. There is one point in the cycle we can't account for which the safe xx00 year is a leap - year. So we need to correct for Dec 31st comming out as + year. So we need to correct for Dec 31st coming out as the 366th day of the year. */ if( !IS_LEAP(local_tm->tm_year) && local_tm->tm_yday == 365 )