Home | History | Annotate | Download | only in tzcode

Lines Matching refs:HOUR

729 const int32_t HOUR = 3600;
738 if (offset <= -16*HOUR || offset >= 16*HOUR) {
832 if (offset < 0 || offset > HOUR) {