Searched refs:epochTime (Results 1 – 1 of 1) sorted by relevance
2115 UDate epochTime = cal.getTime(status); in TestJD() local2116 if(epochTime != 0) { in TestJD()2117 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime); in TestJD()2119 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime); in TestJD()