Home | History | Annotate | Download | only in tzcode

Lines Matching refs:yearToSeconds

75  * GMT of January 1 of that year.  yearToSeconds(1970) == 0.
77 int64_t yearToSeconds(int32_t year) {
1363 int64_t seconds = yearToSeconds(year);