Home | History | Annotate | Download | only in tzcode

Lines Matching full:gregorian

66     return (y%4 == 0) && ((y%100 != 0) || (y%400 == 0)); // Gregorian