in src/main/scala/com/googlesource/gerrit/plugins/analytics/Contributors.scala [55:61]
def setEndDate(date: String) {
try {
endDate = Some(date)
} catch {
case e: Exception => throw die(s"Invalid end date ${e.getMessage}")
}
}