From d1a412c02d4933b911f927132ef78a542619d3f8 Mon Sep 17 00:00:00 2001 From: vmarc Date: Thu, 20 Jun 2024 08:29:00 +0200 Subject: [PATCH] #368 set initial server-1 database download timestamp --- server/src/main/scala/kpn/api/custom/Timestamp.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/scala/kpn/api/custom/Timestamp.scala b/server/src/main/scala/kpn/api/custom/Timestamp.scala index 73cff2de8..5ac658748 100644 --- a/server/src/main/scala/kpn/api/custom/Timestamp.scala +++ b/server/src/main/scala/kpn/api/custom/Timestamp.scala @@ -4,7 +4,7 @@ object Timestamp { val redaction: Timestamp = Timestamp(2012, 9, 12, 6, 55, 0) // val analysisStart: Timestamp = Timestamp(2019, 11, 1, 0, 0, 0) // 003/739/602 - val analysisStart: Timestamp = Timestamp(2024, 6, 15, 0, 0, 0) // state of the initial server-1 database download + val analysisStart: Timestamp = Timestamp(2024, 6, 12, 2, 15, 5) // 006/129/560 state of the initial server-1 database download implicit def timestampOrdering: Ordering[Timestamp] = (x: Timestamp, y: Timestamp) => { x.compareTo(y)