in gitcommits/src/main/scala/com/gerritforge/analytics/gitcommits/plugin/ProcessGitCommitsCommand.scala [151:154]
implicit def timestampToLocalDate(timestamp: Timestamp): Option[LocalDate] = timestamp match {
case NO_TIMESTAMP => None
case ts => Some(ts.toLocalDateTime.toLocalDate)
}