sbool possibleTimeStamp(long l) {
  ret isBetween(l, dateBeforeAnyLogFiles(), dateInTheFarFuture());
}