Home | History | Annotate | Download | only in wtf

Lines Matching refs:hours

607     long hours;
610 if (!parseLong(currentPosition, &postParsePosition, 10, &hours))
639 // We check the next character to avoid reading +/- timezone hours after an invalid decimal.
661 if (hours < 0 || hours > 24)
663 if (hours == 24 && (minutes || seconds))
720 double dateSeconds = ymdhmsToSeconds(year, month, day, hours, minutes, seconds) - timeZoneSeconds;