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