bool RarTime::operator > (RarTime &rt) { return(GetRaw()>rt.GetRaw()); }
bool RarTime::operator < (RarTime &rt) { return(GetRaw()<rt.GetRaw()); }